DEVFYI - Developer Resource - FYI

What is abstract class

J2SE Interview Questions and Answers


(Continued from previous question...)

2. What is abstract class

A class that contains one or more abstract methods, and therefore can never be instantiated. Abstract classes are defined so that other classes can extend them and make them concrete by implementing the abstract methods.

(Continued on next question...)

Other Interview Questions