Computer Science - Object Oriented Programming Using C++ - Discussion

Discussion Forum : Object Oriented Programming Using C++ - Section 7 (Q.No. 50)
50.
If you declare two objects as Customer firstCust, secondCust; which of the following must be true?
Each object will store a separate copy of any static member data
Each object will store a separate copy of any member functions
Each object will store a separate copy of any nonstatic data members
You cannot declare two objects of the same class
Answer: Option
Explanation:
No answer description is available. Let's discuss.
Discussion:
Be the first person to comment on this question !

Post your comments here:

Your comments will be displayed after verification.