InterviewSolution
Saved Bookmarks
| 1. |
The process of defining a method in a subclass having same name & type signature as a method in its superclass is known as?(a) Method overloading(b) Method overriding(c) Method hiding(d) None of the mentionedThe question was asked by my school principal while I was bunking the class.The doubt is from Method Overriding in section Object Oriented Concepts of C# |
|
Answer» CORRECT answer is (b) METHOD overriding Best EXPLANATION: None. |
|