InterviewSolution
Saved Bookmarks
| 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.
|
|