DEVFYI - Developer Resource - FYI

What is an abstract method?

Java Interview Questions and Answers (part 2)


(Continued from previous question...)

238. What is an abstract method?

An abstract method is a method whose implementation is deferred to a subclass.

(Continued on next question...)

Other Interview Questions