Q.

How many copies of a class static member are shared between objects of the class?

A. a copy of the static member is shared by all objects of a class
B. a copy is created only when at least one object is created from that class
C. a copy of the static member is created for each instntiation of the class
D. no memory is allocated for static members of a class
Answer» C. a copy of the static member is created for each instntiation of the class
2.6k
0
Do you find this helpful?
6

Discussion

No comments yet