InterviewSolution
Saved Bookmarks
| 1. |
Which of the following functionality is facilitated by inheritance mechanism?(a) Use the existing functionality of base class(b) Override the existing functionality of base class(c) Implements new functionality in derived class(d) All of the mentionedThis question was addressed to me in semester exam.The doubt is from Fundamentals of Inheritance in portion Object Oriented Concepts of C# |
|
Answer» RIGHT CHOICE is (d) All of the mentioned Best EXPLANATION: NONE. |
|