DEVFYI - Developer Resource - FYI

What is an abstract method?

Java Interview Questions and Answers (part 1)


(Continued from previous question...)

73. What is an abstract method?

An abstract method is a method whose implementation is deferred to a subclass. Or, a method that has no implementation.

(Continued on next question...)

Other Interview Questions