isBase abstract method
Checks if this class is a base class (can be extended but not implemented).
Returns:
true
if the class is declared withbase
modifierfalse
for non-base classes
Note: Base classes enforce inheritance control.
Implementation
bool isBase();