java inheritance multiple choice questions and answers
e Answer: d) All of the above Explanation: `super` is used within a subclass to refer to its immediate superclass. It can invoke superclass constructors (`super()`), access overridden methods, or access superclass variables. 7. Which of the following is NOT true about method overriding? a) Method s