Abstract class in Java | Abstraction in Java

javatpoint
Youtube
Related Topic
:- Java

Abstract class in Java is used to achieve abstraction. It can have abstract and non-abstract methods. Unlike interface, we can have method body in it. For more visit: https://www.javatpoint.com/abstract-class-in-java

Comments