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


Please Help Members By Posting Answers For Below Questions

What is data caching?

758


How do I upload a file from my ASP.NET page?

785


Explain the purpose of storyboard.targetproperty.

750


What is asp.net globalization?

701


What is the significance of proxy user?

815


How do you implement postback with a text box?

766


How to send a DataReader as a parameter to a remote client ?

2982


What is the full form of asp.net?

734


How to disable cut, copy and paste in TextBox using jQuery in asp.net?

884


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?

848


What is .net framework and what are the main components of it?

589


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

1914


What are resource file and how do we generate resource file?

774


What's the difference between viewstate and sessionstate?

812


What does clearing cache?

718