Which Of The Following Functionality Is Facilitated By #349
Which of the following functionality is facilitated by inheritance mechanism?
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 - Fundamentals of Inheritance - Quiz No.1.
Which of the following functionality is facilitated by inheritance mechanism?
Use the existing functionality of base class
Override the existing functionality of base class
Implements new functionality in derived class
All of the mentioned