javascript
Brief description  about Online courses   join in Online courses
View  's Profile

Java

what is abstract class
Asked by | Apr 20, 2011 |  Reply now
Replies (1)
View arun kumar das 's Profile
Hi,

An abstract class is a class that is declared by using the abstract keyword. It may or may not have abstract methods. Abstract classes cannot be instantiated, but they can be extended into sub-classes.

Java Teacher
Apr 22, 2011