What is an abstract class?
Printable View
What is an abstract class?
Abstract class is partially implemented class. Some of the methods in this class are complete but some of them are partially completed. One important thing is that we cannot make the object of this class.