(Choose 1 answer)
Which of the following statements related to Static Constructor is True?
A. The Static Constructor executes exactly one time, regardless of how many objects of the type are created
B. The Static Constructor executes after any instance-level constructors
C. The Static Constructors can be used to initialize the value for members in the level object.
D. All of the others
Finish
8