1. | Which of the following statements are correct about Inheritance in C#.NET? 1 A derived class object contains all the base class data. 2 Inheritance cannot suppress the base class functionality. 3 A derived class may not be able to access all the base class data. 4 Inheritance cannot extend the base class functionality. 5 In inheritance chain construction of object happens from base towards derived.
|
|||||||
Answer: Option C Explanation: No answer description available for this question. Let us discuss.
|