Unit 9 - Inheritance

studied byStudied by 12 people
0.0(0)
Get a hint
Hint

Inheritance

1 / 10

flashcard set

Earn XP

Description and Tags

11 Terms

1

Inheritance

When a subclass shares methods and variables with a superclass

New cards
2

Diamond problem

A special rule in inheritance where a subclass can only inherit from one superclass

New cards
3

Class hierarchy

A structure created using inheritance, where one superclass can have multiple subclasses

New cards
4

Constructors

Methods used to initialize objects, not inherited from superclasses

New cards
5

Super keyword

A keyword used to call the constructor of the superclass with the parameters of the subclass

New cards
6

Method signature

The combination of a method's name and its parameters

New cards
7

Overriding methods

When a public method in the subclass has the same method signature as a public method in the superclass

New cards
8

@Override

An annotation used to indicate that a method overrides a method from a superclass

New cards
9

Inheritance hierarchies

A structure where changes in the top superclass affect all the subclasses beneath it

New cards
10

Polymorphism

The ability to assign an object in a subclass to a reference of the superclass

New cards
11

Object class

The superclass of all classes, part of java.lang, often modified or overwritten in subclasses

New cards

Explore top notes

note Note
studied byStudied by 17 people
Updated ... ago
5.0 Stars(1)
note Note
studied byStudied by 24 people
Updated ... ago
5.0 Stars(2)
note Note
studied byStudied by 24 people
Updated ... ago
5.0 Stars(1)
note Note
studied byStudied by 92 people
Updated ... ago
5.0 Stars(1)
note Note
studied byStudied by 14 people
Updated ... ago
5.0 Stars(2)
note Note
studied byStudied by 47 people
Updated ... ago
5.0 Stars(2)
note Note
studied byStudied by 4 people
Updated ... ago
4.0 Stars(1)
note Note
studied byStudied by 32834 people
Updated ... ago
4.8 Stars(97)

Explore top flashcards

flashcards Flashcard201 terms
studied byStudied by 711 people
Updated ... ago
4.0 Stars(3)
flashcards Flashcard20 terms
studied byStudied by 2 people
Updated ... ago
5.0 Stars(1)
flashcards Flashcard40 terms
studied byStudied by 32 people
Updated ... ago
5.0 Stars(1)
flashcards Flashcard55 terms
studied byStudied by 3 people
Updated ... ago
4.0 Stars(1)
flashcards Flashcard94 terms
studied byStudied by 52 people
Updated ... ago
5.0 Stars(1)
flashcards Flashcard61 terms
studied byStudied by 5 people
Updated ... ago
5.0 Stars(1)
flashcards Flashcard25 terms
studied byStudied by 18 people
Updated ... ago
5.0 Stars(1)
flashcards Flashcard145 terms
studied byStudied by 49 people
Updated ... ago
5.0 Stars(2)