There exists a special type of object called class object in Objective-C. In other words, classes are themselves objects. A class object can be instantiated by passing the message class to the corresponding class.
There exists a special type of object called class object in Objective-C. In otherwords, classes are themselves objects. A class object can be instantiated by passing themessage class to the corresponding class.