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
What are strong names?
Define authentication and authorization.
What is the most appropriate lifetime for a database connection/orm context in an asp.net mvc application? : Asp.Net MVC
What is a runtime version?
What are early binding and late binding.
What are sessions and cookies?
Is asp.net core faster?
What are the various ways to send content from one page to another?
What is the advantage of using Windows authentication in a Web application?
How do you open a page in a new window?
What is rending process in ASP.NET?
How to prevent client side validation from the ASP.NET validation controls?
What are the namespace classes used in asp.net mvc? : asp.net mvc
How to automatically get the latest version of all the asp.net solution items from source safe when opening the solution?
Why will you usually create an aspnet user account in the database for an asp.net web application?