1.

WHY_DO_WE_USE_STATIC_CONSTRUCTORS??$

A. To initialize the static members of class
B. To initialize all the members with static value
C. To delete the static members when not required
D. To clear all the static members initialized values
Answer» C. To delete the static members when not required


Discussion

No Comment Found