Google News
logo
IOS - Interview Questions
Explain Objective-C in iOS.
Since the 1990s, Objective-C has been used by Apple as an object-oriented programming language. This language combines the advantages of two earlier languages - C and Smalltalk. As a superset of C, it provides object-oriented functionality and a dynamic runtime environment. 
 
Features :
* It is easy to understand.
* In Objective C, meta classes are automatically created and managed during runtime.
* Dynamic typing and static typing are both supported.
 
Advertisement