1.

WHEN_AND_HOW_MANY_TIMES_A_STATIC_CONSTRUCTOR_IS_CALLED??$

A. Created at time of object destruction
B. Called at first time when an object is created and only one time
C. Called at first time when an object is created and called with every new object creation
D. Called whenever an object go out of scope
Answer» D. Called whenever an object go out of scope


Discussion

No Comment Found