What do you call a class that is an extension of another class?
2 Likes
A class that is an extension of another class is known as a derived class or child class or sub-class.
Answered By
1 Like
Why do you need to use static variables in Java?
What is the mechanism that allows one class to extend another class?
What does the inheritance mechanism allow one class to acquire from another?
How is inheritance transitive? Explain.