Tag Archives: Abstract class in Java

Abstract class in java

In this tutorial, I will introduce you to the abstract class in java. What is Abstract Class in Java? An abstract class is almost similar to the interface but the implementation of the method is different. How to Create Abstract Class? Abstract keyword is used to create an abstract class. An Abstract Class cannot have… Read More »