isSubclassOf abstract method
Checks if this class directly extends another class.
Parameters:
other
: The potential superclass
Returns:
true
if this directly extendsother
false
otherwise
See also:
- isAssignableFrom for indirect hierarchy checks
Implementation
bool isSubclassOf(Class other);