1/4
Flashcards covering key vocabulary related to inheritance and object-oriented programming concepts.
Name | Mastery | Learn | Test | Matching | Spaced | Call with Kai |
|---|
No study sessions yet.
superclass
The general class in an inheritance relationship.
subclass
The specialized class in an inheritance relationship.
JumboJet
A specific type of Airplane, which acts as a subclass in the example given.
polymorphism
A characteristic of object-oriented programming allowing the correct version of an overridden method to be called when an instance of a subclass is used.
isinstance function
A function used to determine whether an object is an instance of a class.