Does C# support static class?Is Static class be inherited by
any class?
Answer Posted / hitesh
Yes it supports static class and it can be inherited by
other class but only by using classes and not through
objects
| Is This Answer Correct ? | 5 Yes | 15 No |
Post New Answer View All Answers
How do I force the dispose method to be called automatically, as clients can forget to call dispose method?
What are the Types of session management in ASP.NET
what is meant by sitemapnode ?
Explain client side state management system.
How you can add an event handler?
What are the features of asp.net mvc?
Why asp.net is used?
What is viewstate? What does the "enableviewstate” property do? Whay would I want it on or off?
What are the difference between function and stored procedure in .net programming language?
What are the advantages and disadvantages of session?
Disable Mouse right click on web page in asp.net?
How to send a DataReader as a parameter to a remote client ?
What is a viewbag?
To load your generated dataset with data which method do you invoke?
Can we use MSSql as backend in asp.net...if yes then How.?