Additions to C
Because Objective-C is an extension of the C language, you can use everything you know about C when programming in Objective-C. Parts of the C language are used less often in Objective-C, but they are all still available to anyone who wants to use them. On top of the C language, Objective-C adds a few new types, several keywords, and some new idioms. It is designed to be simple yet powerful. Because of this, it is easy to learn the key points in just a few minutes, if you already know the C language and have a basic understanding of object-oriented concepts.
The principal new idiom that Objective-C adds to C is the concept of messaging between objects. Objective-C includes the language elements needed to declare objects, specify ...
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