Tag Archives: java

Abstract keyword

Abstract Class : Must be Extended Abstract Method : Must be Overridden an abstract method has no body. We can’t have an abstract method in a non abstract class Abstract class can have both abstract and non abstract method We … Continue reading

Posted in java | Tagged | Leave a comment