Inheritance

4.8(4)
Studied by 199 people
0%Unit 9: Inheritance Mastery
0%Exam Mastery
Build your Mastery score
multiple choiceMultiple Choice
call kaiCall Kai
Supplemental Materials
Card Sorting

1/11

flashcard set

Earn XP

Last updated 7:29 AM on 2/24/24
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai

No analytics yet

Send a link to your students to track their progress

12 Terms

1
New cards

Inheritance

A way to create a relationship amongst classes.

2
New cards

Inheritance Hierarchy

A way to determine how information travels amongst the classes.

3
New cards

Superclass

The parent class from which other classes inherit.

4
New cards

Subclass

The classes that inherit from the superclass. They are more specific compared to the parent class.

5
New cards

Overridden method

When one version of a method is replaced by another version.

6
New cards

Polymorphism

When many classes are related to each other by inheritance, allowing different tasks to be performed using inherited methods.

7
New cards

Can a subclasses inherit public instance variables from its superclass?

Yes

8
New cards

Can a subclasses inherit private instance variables from its superclass?

No

9
New cards

Can a subclasses inherit public methods from its superclass?

Yes

10
New cards

Can a subclasses inherit private methods from its superclass?

No

11
New cards

What keyword do you use in the class header to specify the superclass for the subclass you are creating?

extends

// for example:
public class Subclass extends Superclass{}
12
New cards

What does super() mean in the constructor of a subclass?

It calls the constructor of the superclass.

Explore top notes

note
Chapter 9: Global Change
Updated 127d ago
0.0(0)
note
AP Human Geography Review
Updated 91d ago
0.0(0)
note
Absorption of Mineral Salts
Updated 337d ago
0.0(0)
note
Skill in Sport
Updated 632d ago
0.0(0)
note
Japanese Imperialism
Updated 1153d ago
0.0(0)
note
Chapter 9: Global Change
Updated 127d ago
0.0(0)
note
AP Human Geography Review
Updated 91d ago
0.0(0)
note
Absorption of Mineral Salts
Updated 337d ago
0.0(0)
note
Skill in Sport
Updated 632d ago
0.0(0)
note
Japanese Imperialism
Updated 1153d ago
0.0(0)

Explore top flashcards

flashcards
Chapter 12 Section 3
35
Updated 334d ago
0.0(0)
flashcards
ASTR101 2nd Exam
33
Updated 727d ago
0.0(0)
flashcards
Gli Aggettivi
58
Updated 862d ago
0.0(0)
flashcards
🤐Unit VI
84
Updated 728d ago
0.0(0)
flashcards
Cellular Respiration Test
29
Updated 1097d ago
0.0(0)
flashcards
French - Body Parts
21
Updated 1108d ago
0.0(0)
flashcards
French Useful Words
22
Updated 1021d ago
0.0(0)
flashcards
Chapter 12 Section 3
35
Updated 334d ago
0.0(0)
flashcards
ASTR101 2nd Exam
33
Updated 727d ago
0.0(0)
flashcards
Gli Aggettivi
58
Updated 862d ago
0.0(0)
flashcards
🤐Unit VI
84
Updated 728d ago
0.0(0)
flashcards
Cellular Respiration Test
29
Updated 1097d ago
0.0(0)
flashcards
French - Body Parts
21
Updated 1108d ago
0.0(0)
flashcards
French Useful Words
22
Updated 1021d ago
0.0(0)