Object Oriented Software Engineering   View all facts   Glossary   Help
subject > programming language construct > keyword > Java keyword > extends
Next Java keywordfalse    UpJava keyword    Previous Java keywordelse   

extends
subjectfact 
extendshas example
//Create a subclass
public class MortgageAccount extends Account
{
// body of the class
}
link: chapter2section2.8.html#931, 2001-08-30 14:55:33.0
has purpose to create a subclasslink: chapter2section2.8.html#930, 2001-08-30 14:55:33.0
is a subtopic of The Basics of Java2001-08-30 14:55:33.0
is an instance of Java keyword2001-08-30 14:55:33.0