Question: [c Objectives: : Inheritance/Binding/Polymorphism (1) (10 points) Matching: Best Match? Term Description extends | A A subclass's immediate superclass extends. Term used to describe the

[c Objectives: : Inheritance/Binding/Polymorphism (1) (10 points) Matching: Best Match? Term Description extends | A A subclass's immediate superclass extends. Term used to describe the case when a subclass method is Object class defined with the same signature as a superclass method. class hierarchy Keyword used to refer to an object's superclass members. Indicates that a subclass will inherit from a particular protected superclass. A class that a subclass does not directly extend; however, the inheritance subclass still has an is-a relationship with the class. super F A set of classes related by inheritance. direct superclass Is-a relationship. A small change in the superclass can "break" subclass brittle software H implementations. Such members can be accessed in the class in which they are override defined, and in all subclasses of that class. indirect Superclass of all Java classes. superclass
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
