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» C. Called at first time when an object is created and called with every new object creation


Discussion

No Comment Found