Abstraction

By admin , 20 May, 2022

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).