Q. How many copies of a class static member are shared between objects of the class?
β
Correct Answer: (C)
A copy of the static member is created for each instntiation of the class