Kizspy | Question: 28
(Choose 1 answer)
What is a static constructor in C#?
A. A constructor that is called whenever a new instance of a class is created.
B. A constructor that initializes static variables and performs other one-time initialization tasks for the class.
C. A constructor that is used to create objects of a static class.
D. A constructor that is automatically generated by the compiler.