Oop Concepts
Oop Concepts
Oop Concepts
• Abstract Class
• Interface
Abstract class in Java
A class which is declared as abstract is known as an
abstract class. It can have abstract and non-abstract
methods. It needs to be extended and its method.
It cannot be instantiated.
Abstract class in Java
Points to Remember
Points to
Remember
Abstract Method