1.

If the object is not to be passed to any function but the values of the object have to be used then:

A. The data members should be passed separately
B. The data members and member functions have to be passed separately
C. The values should be present in other variables
D. The object must be passed
Answer» B. The data members and member functions have to be passed separately


Discussion

No Comment Found