Ch 12: Class Hierarchies and Interfaces Flashcards

You may prefer our related Brainscape-certified flashcards:
1
Q

A class can extend another class, what is this feature of OOP programming called?

A

inheritance

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

explain public class D extends B

A

D is a subclass of B

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

what is another word of subclass

A

derived class

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

what is another word for superclass

A

base class

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