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
What is data caching?
How do I upload a file from my ASP.NET page?
Explain the purpose of storyboard.targetproperty.
What is asp.net globalization?
What is the significance of proxy user?
How do you implement postback with a text box?
How to send a DataReader as a parameter to a remote client ?
What is the full form of asp.net?
How to disable cut, copy and paste in TextBox using jQuery in asp.net?
If I am developing an application that must accomodate multiple security levels though secure login and my asp.net web application is spanned across three web-servers (using round-robin load balancing). What would be the best approach to maintain login-in state for the users?
What is .net framework and what are the main components of it?
which one is more flexibility and reliability and durability asp.net (VS)php which one is best and which one we do nice to create dynamic websites
What are resource file and how do we generate resource file?
What's the difference between viewstate and sessionstate?
What does clearing cache?