What Is The Process Of Defining A Method In A Subclass Having #302
What is the process of defining a method in a subclass having same name & type signature as a method in its superclass?
This multiple choice question (MCQ) is related to the book/course gs gs128 Java. It can also be found in gs gs128 Java Inheritance - Method Overriding in Java - Quiz No.1.
What is the process of defining a method in a subclass having same name & type signature as a method in its superclass?
Method overloading
Method overriding
Method hiding
None of the mentioned