Glossary Java / Term
A Java programming language 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.
See also abstract class and abstract method.
Permanent link abstract - Creation date 2022-01-03