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 is Bundling and Minification in MVC?
What is the good practice to implement validations in aspx page?
Which property is used to identify the Page is Post Back in ASP.NET?
What are the events in a page life cycle?
Suppose you want an asp.net function (client side) executed on the mouseover event of a button. Where do you add an event handler?
Explain how can we inherit a static variable?
Explain the use of dataadapter.
What is postback and autopostback in asp.net?
How can we provide the WebParts control functionality to a server control?
How to implement globalization and localization in the use interface in .net.
What language does asp.net use?
What are the two Layouts supported by a Web form in ASP.NET?
What is a master page and what does it do?
What are the difference between overriding and overloading?