SuperClass
Crowd-sourced documentation and tutorials by the Cocoa developer community
"SuperClass" refers to the parent class that a child class inherits from.
For example, NSObject and NSArray are both superclasses of NSMutableArray.