getSubclass
getSubclass(name: String): Class;
The getSubclass method of the Class class returns a reference to the subclass of the receiver specified in the name parameter.
getSubclass(name: String): Class;
The getSubclass method of the Class class returns a reference to the subclass of the receiver specified in the name parameter.