Discussion :: Object Oriented Programming Using C++
-
If you declare two objects as Customer firstCust, secondCust; which of the following must be true?
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
|
Answer : Option C
Explanation :
No answer description available for this question.
Be The First To Comment