somDescendedFrom - Remarks

This method tests whether the receiver class is derived from a given class. For programs that use classes as types, this method can be used to ascertain whether the type of one object is a subtype of another.

This method considers a class object to be descended from itself.


[Back: somDescendedFrom - Parameters]
[Next: somDescendedFrom - Original Class]