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

Discussion :: Object Oriented Programming Using C++

  1. If you declare two objects as Customer firstCust, secondCust; which of the following must be true?

  2. A.
    Each object will store a separate copy of any static member data
    B.
    Each object will store a separate copy of any member functions
    C.
    Each object will store a separate copy of any nonstatic data members
    D.
    You cannot declare two objects of the same class

    View Answer

    Workspace

    Answer : Option C

    Explanation :

    No answer description available for this question.


Be The First To Comment