1.

In copy constructor definition, if non const values are accepted only ________

A. Only const objects will be accepted
B. Only non – const objects are accepted
C. Only const members will not get copied
D. Compiler generates an error
Answer» C. Only const members will not get copied


Discussion

No Comment Found