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
How to handle errors in Web API?
If you want to write your own dot net language, what steps you will you take care?
Explain the main differences between asp and asp.net?
How can we implement a identity (sql server) call in an asp.net page?
What is the concepts of globalization and localization in .net?
How do I use a proxy server when invoking a web service?
What is difference between asp state management and asp.net state management?
What is web api and why to use it?
Using code explain Configuration Management
What is ASLM?
How can you handle errors in Web API?
Does google crawl redirects?
What's the difference between viewstate and sessionstate?
What is difference between web api and web services?
What are the three parts of an http response?