Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Indicates whether the method is abstract.
Syntax
public boolean isAbstract()
Run On
Called
Return Value
Type: boolean
true if the method is abstract; otherwise, false.
Remarks
An abstract method is declared but not implemented in a parent class. For more information, see Method Modifiers.