Question 27 What does overriding a method mean? Implementing a method in a subclass with the same signature of the super
-
- Site Admin
- Posts: 899603
- Joined: Mon Aug 02, 2021 8:13 am
Question 27 What does overriding a method mean? Implementing a method in a subclass with the same signature of the super
Question 27 What does overriding a method mean? Implementing a method in a subclass with the same signature of the superclass. O Implementing a method in an interface. O Implementing an instance method with the same name as a static method. Implementing a method with the same name but different parameters. 2 pts