Explain Objective-C in OS.
Apple has used Objective-C as an object-oriented programming language since the 1990s. This language compromises the benefits of two earlier languages – C and Smalltalk.
Features:
- In Objective-C, metaclasses are automatically created and managed during runtime.
- Both typing is supported; dynamic typing and static typing.
- It is easy to understand.
