Submitted by admin on

Abstract Class:

A class declared with the abstract keyword is known as an abstract class. It can have abstract and non-abstract methods (method with the body).