CourseNotes
Published on CourseNotes (https://course-notes.org)

Home > AP CSA Chapter 7 Flashcards

AP CSA Chapter 7 Flashcards

Terms : Hide Images [1]
8688419555Polymorphismability of a reference variable to refer to different types of objects bound at different times0
8688419556Polymorphic referencereference variable that can refer to different object types at different times (usable on abstract classes)1
8688419571Overridewhen the subclass changes the superclass's definition in an inherited method2
8688419574Siblingsubclasses that are similar and are of the same superclass3
8688419585Inheritancewhen a new class is created from an existing class (ONLY occurs between classes)4
8688419586Software reuseusing existing software to make new programs5
8688419587Parent class (superclass or base class)existing class that creates a new class (inherited variables and methods are used as if they are locally declared)6
8688419588Child class (subclass or derived class)new class that inherits definitions of the existing class (are always more specific than existing classes)7
8688419589extendsreserved word that indicates a subclass is created from an superclass8
8688419595superreserved word that is used to refer to the superclass and invokes the superclass's constructor only from the subclass's constructor (first line of the constructor is the super reference)9
8688419596Single inheritanceonly one superclass exists10
8688419597Multiple inheritancemultiple superclasses exists11
Powered by Quizlet.com [2]

Source URL:https://course-notes.org/flashcards/ap_csa_chapter_7_flashcards

Links
[1] https://course-notes.org/javascript%3Avoid%280%29%3B [2] http://quizlet.com/