Answer:
No, static constructors are parameterless constructors and so they cannot
be overloaded.
Static constructors are called before any other class members are called
and called once only.Their main purpose is to initialize only the static members
of a class.
Asked In: Many Interviews |
Alert Moderator