1.

Explain Objective-C in OS.

Answer»

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:

  • In Objective C, meta CLASSES are automatically created and managed during runtime.
  • Dynamic typing and static typing are both supported.
  • It is EASY to UNDERSTAND.


Discussion

No Comment Found