Safari Books Online is a digital library providing on-demand subscription access to thousands of learning resources.
This chapter discusses the process of deriving one class from another—a process called inheritance.
You can derive one class from another in Objective-C. The class you derive from is called the base class, and the new class you’re deriving from the base class is called the derived class.