C# Quiz

what is the default access modifier of C# class?


{{Que1}}

can we initialize non-static variable inside static constructor?


{{Que2}}

can we overload static constructor in C#?


{{Que3}}

can we pass parameter to static constructor in C#?


{{Que4}}

what is the default access specifier of member of class?


{{Que5}}

If a class don't have any constructor then which constructor called automatically?


{{Que6}}

Can we initilize static variable from non-static constructor?


{{Que7}}

Do Constructor have any return type?


{{Que8}}

Can we call static variable with object?


{{Que9}}

Can We perform constructor chaining on static constructor?


{{Que10}}