isAbstract abstract method
Checks if this method is abstract.
Returns:
trueif declared withabstractmodifierfalsefor concrete methods
Note: Abstract methods cannot be invoked.
Implementation
bool isAbstract();
Checks if this method is abstract.
Returns:
true if declared with abstract modifierfalse for concrete methodsNote: Abstract methods cannot be invoked.
bool isAbstract();