The Process Of Defining A Method In A Subclass Having Same Name #383
The process of defining a method in a subclass having same name & type signature as a method in its superclass is known as?
This multiple choice question (MCQ) is related to the book/course
gs gs108 CSharp.
It can also be found in
gs gs108 Object Oriented Concepts - Method Overriding - Quiz No.1.
The process of defining a method in a subclass having same name & type signature as a method in its superclass is known as?
Method overloading
Method overriding
Method hiding
None of the mentioned