Home / C# Programming / Inheritance :: Discussion

Discussion :: Inheritance

  1. The size of a derived class object is equal to the sum of sizes of data members in base class and the derived class.

  2. A.
    True
    B.
    False

    View Answer

    Workspace

    Answer : Option A

    Explanation :

    No answer description available for this question.


Be The First To Comment