Why Learn Objective-C?
The Objective-C language is the implementation language for Cocoa itself. Because of this, an understanding of Objective-C is an important part of understanding Cocoa. It will help you better comprehend the design philosophies underlying Cocoa. Many of the available Cocoa code examples are implemented in Objective-C.
Objective-C is a superset of the ANSI C programming language. As a result, Objective-C code can be integrated with exiting C code. The ability to conveniently reuse C code makes Objective-C an ideal language for implementing modern object-oriented applications that use operating system features made available only as C code. Objective-C applications are capable of using every feature provided by the Mac OS ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Read now
Unlock full access