When is the static constructor called?
(a) After the first instance is created
(b) Before default constructor call of first instance
(c) Before first instance is created
(d) At time of creation of first instance
I had been asked this question in a job interview.
My question is taken from Types of Constructors in division Constructors and Destructors of Object Oriented Programming