What is the mechanism that allows one class to extend another class?
1 Like
Inheritance is the mechanism that allows one class to extend another class.
Answered By
3 Likes
Is it legal to define local variables with the same identifier in nested blocks?
Why do you need to use static variables in Java?
What do you call a class that is an extension of another class?
What does the inheritance mechanism allow one class to acquire from another?