isAbstract abstract method
Checks if this method is abstract.
Returns:
true
if declared withabstract
modifierfalse
for 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();