Java   View all facts   Glossary   Help
syntactic unit > keyword > extends
Next keywordfinal    Upkeyword    Previous keyworddouble^3   

extends
subjectfact 
extends added by: JK, 2001-10-19 11:36:42.0
has definition A keyword that indicates a class is a subclass of another class or an interface is a subinterface of another interfaceadded by: DS, source: Sun Java Tutorial, modified by: JK, reference: Source 2, 2001-10-19 11:36:42.0
has example
//Create a subclass
public class MortgageAccount extends Account
{
// body of the class
}
  
source: Object Oriented Software Engineering by Lethbridge and Laganière, 2001-10-19 11:36:42.0
has purpose to create a subclass    source: Object Oriented Software Engineering by Lethbridge and Laganière, 2001-10-19 11:36:42.0
is a subtopic of Classes2001-10-19 11:36:42.0
is an instance of keywordadded by: DS, source: Sun Java Tutorial, 2001-10-19 11:36:42.0
syntactic unithas syntax rule
bold = mandatory
italic = non-terminal
normal font = optional
2001-10-19 11:38:04.0