All > Technology > Programming > Java
A Java keyword used in a class definition to specify that a class is not to be instantiated, but rather inherited by other classes. An abstract class can have abstract methods that are not implemented in the abstract class, but in subclasses.
- Browse Related Terms: abstract, aggregation, class inheritance, has-a relationship, Hash Function, hierarchy, implements clause, inheritance, inheritance hierarchy, interface inheritance, is-a relationship, multiple inheritance, sibling sub classes, single inheritance, sub class, Super, upcast