Does C# support static class?Is Static class be inherited by
any class?
Answer Posted / balamurugan
Static class cannot create any objects
Static class can have only private constructors
static class can contain only static members
Static loads automatically when the clr loads the namespace
of the class.
| Is This Answer Correct ? | 19 Yes | 1 No |
Post New Answer View All Answers
Explain how to prepare culture-specific formatting in .net.
Please briefly explain the usage of global.asax?
How can we provide the WebParts control functionality to a server control?
Define page output caching?
Explain the use of duration attribute of @outputcache page directive.
What is the function of new view engine in asp.net? : asp.net mvc
Do you know caching feature?
Explain the use of dataadapter.
Elaborate differentiation between Cache and Application?
What is anonymous authentication?
Name the namespace which is used by ado.net?
How do u declare static variable and how it is declared and what is its lifetime?
What are the modes of updation in an updatepanel?
How can we prevent browser from caching an aspx page?
Explain diff. Betn dataset and recordset?