This question was asked to me in an interview:
What is a static constructor?
Does it exist in C++? If yes, please explain it wit
In C++, if someone says "static constructor", they are generally referring to "static initialization" (and destruction). It's not uncommon to use this terminology.