Kizspy | Question: 28
(Choose 1 answer)
Which of the following statements about static constructors is true?
A. Static constructors are called explicitly by the developer.
B. Static constructors are automatically called when an instance of a class is created.
C. Static constructors are used to initialize instance variables.
D. A class can have multiple static constructors with different signatures.