Wrong statement about inheritance in C# .NET?
Posted: Wed Jul 13, 2022 7:56 pm
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
b) Inheritance cannot extend base class functionality
c) A derived class object contains all base class data
d) All of the mentioned