Java   View all facts   Glossary   Help
syntactic unit > keyword > abstract
Next keywordaccess modifier    Upkeyword    Previous keywordvolatile   

abstract
subjectfact 
abstractcan modify method, class, interfaceadded by: JK, source: Java in a Nutshell, 2001-10-19 11:35:56.0
has definition 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 classesadded by: JK, source: Sun Java Tutorial, reference: Glossary, 2001-10-19 11:35:56.0
has definition A keyword that means a class cannot be instantiatedadded by: DS, source: Sun Java Tutorial, reference: Source 2, 2001-10-19 11:35:56.0
has purpose
  • to indicate that a class cannot be instantiated
  • or to indicate that a method has no implementation
added by: JK, 2001-10-19 11:35:56.0
is a subtopic of Classes2001-10-19 11:35:56.0
is a subtopic of Methods2001-10-19 11:35:56.0
is an instance of keywordadded by: DS, source: Sun Java Tutorial, 2001-10-19 11:35:56.0
is used to declare abstract class    source: Object Oriented Software Engineering by Lethbridge and Laganière, 2001-10-19 11:35:56.0
is used to declare abstract method    source: Object Oriented Software Engineering by Lethbridge and Laganière, 2001-10-19 11:35:56.0
syntactic unithas syntax rule
bold = mandatory
italic = non-terminal
normal font = optional
2001-10-19 11:38:04.0