Wrong Statement About Inheritance In C Net #347
Wrong statement about inheritance in C# .NET?
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.
Wrong statement about inheritance in C# .NET?
In inheritance chain, object construction begins from base class towards derived class
Inheritance cannot extend base class functionality
A derived class object contains all base class data
All of the mentioned