Which among the following is true for static constructor?
(a) Static constructors are called with every new object
(b) Static constructors are used initialize data members to zero always
(c) Static constructors can’t be parameterized constructors
(d) Static constructors can be used to initialize the non-static members also
I got this question in class test.
The doubt is from Types of Constructors in portion Constructors and Destructors of Object Oriented Programming