πŸ“Š JAVA
Q. What are the advantages of Method Overriding in Java?
  • (A) A subclass can add extra functionality to the overriding method.
  • (B) A subclass can call both the overridden method and overriding method.
  • (C) It supports polymorphism. A superclass reference can be used to call the common method of all subclasses.
  • (D) All of the above
πŸ’¬ Discuss
βœ… Correct Answer: (D) All of the above

You must be Logged in to update hint/solution

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
269
Total Visits
πŸ“½οΈ
4 y ago
Published
πŸŽ–οΈ
Ram Sharma
Publisher
πŸ“ˆ
91%
Success Rate