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's nonstatic data members will be stored in the same memory location
    B.
    Each object will be stored in the same memory location
    C.
    Each object will have a unique memory address
    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