Changes

Jump to: navigation, search

Objective-C Inheritance

1 byte added, 21:06, 1 February 2016
m
Text replacement - "<htmlet>objc<htmlet>" to "<htmlet>objc</htmlet>"
<hr>
<htmlet>objc</htmlet>
In the chapter entitled [[An Overview of Objective-C Object Oriented Programming]] we covered the basic concepts of object-oriented programming and worked through an example of creating a new class using Objective-C. In that example, our new class was derived from the NSObject base class and as such inherited a number of traits from that parent class. In this chapter we will explore the subject of inheritance in greater detail.

Navigation menu