Wrong statement about inheritance in C# .NET?
(a) In inheritance chain, object construction begins from base class towards derived class
(b) Inheritance cannot extend base class functionality
(c) A derived class object contains all base class data
(d) All of the mentioned
This question was addressed to me in homework.
This interesting question is from Fundamentals of Inheritance topic in division Object Oriented Concepts of C#