1.

Static variable in a class is initialized when _____ .

A. every object of the class is created.
B. last object of the class is created.
C. first object of the class is created.
D. No need to initialize static variable.
Answer» D. No need to initialize static variable.


Discussion

No Comment Found