Inheritance and Object-Oriented Programming Review

0.0(0)
studied byStudied by 0 people
0.0(0)
full-widthCall Kai
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/4

flashcard set

Earn XP

Description and Tags

Flashcards covering key vocabulary related to inheritance and object-oriented programming concepts.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai

No study sessions yet.

5 Terms

1
New cards

superclass

The general class in an inheritance relationship.

2
New cards

subclass

The specialized class in an inheritance relationship.

3
New cards

JumboJet

A specific type of Airplane, which acts as a subclass in the example given.

4
New cards

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.

5
New cards

isinstance function

A function used to determine whether an object is an instance of a class.