Dot Net Framework Question:

Can Static Constructor be Overloaded? Justify it?

Tweet Share WhatsApp

Answer:

Its not possible to overload static constructor because
static constructor are parameterless constructor.

Download Dot Net Framework PDF Read All 22 Dot Net Framework Questions
Previous QuestionNext Question
can we change the page layout in ASP.NET 2.0 as grid layout like in the previous version?What is .NET?