Examveda
Examveda

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


Join The Discussion

Related Questions on Object Oriented Programming Using C Plus Plus

A default catch block catches

A. all thrown objects

B. no thrown objects

C. any thrown object that has not been caught by an earlier catch block

D. all thrown objects that have been caught by an earlier catch block