1.

Whenever any static data member is declared in a class ______________________

A. Only one copy of the data is created
B. New copy for each object is created
C. New memory location is allocated with each object
D. Only one object uses the static data
Answer» B. New copy for each object is created


Discussion

No Comment Found