Which Statements Among Following Are Correct #350
Which statements among following are correct?
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 statements among following are correct?
We can derive a class from a base class even if source code of base class not available
Multiple inheritance is different from multiple levels of inheritance
It is legal to make objects of one class as members of another class
All of the mentioned