Home / CSE / Object Oriented Programming Using C++ :: Discussion

Discussion :: Object Oriented Programming Using C++

  1. A class Stockltems has four data members and three function members. You define 50 objects as members of the class. Which is true?

  2. A.
    Only one copy of each of the tnree functions exists
    B.
    Only one copy of each of the four data members exists
    C.
    Both (a) and (b) are true
    D.
    Neither (a) nor (b) is true

    View Answer

    Workspace

    Answer : Option A

    Explanation :

    No answer description available for this question.


Be The First To Comment