Inheritance Flashcards

1
Q

class above a class

A

Superclass

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

class that is extension of the larger class.

A

Sub class

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

How does overriding a method work?

A

Subclasses can override methods of superclasses and can use methods of superclasses.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

define more specific behaviors, Is-A-relationship

A

Subclasses

How well did you know this?
1
Not at all
2
3
4
5
Perfectly