SubClass
Crowd-sourced documentation and tutorials by the Cocoa developer community
"SubClass" refers to a class that is a child of another class. The SubClass inherits the behaviors and data of the SuperClass.
For example: NSMutableArray is a SubClass of both NSArray and NSObject.