InterviewSolution
Saved Bookmarks
| 1. |
Which keyword is used to declare a base class method while performing overriding of base class methods?(a) this(b) virtual(c) override(d) extendI had been asked this question in an international level competition.The origin of the question is Method Overriding in chapter Object Oriented Concepts of C# |
|
Answer» CORRECT CHOICE is (B) virtual The EXPLANATION is: NONE. |
|