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
A Web Service Can Only Be Written In .net. Is it True??
What is fulltrust?
If you want to bind the columns manually within the asp:datagrid tags what kind of tags you have to add.
How can we create a website?
Describe state management in asp.net?
What are session state modes? List some of the important session state modes of asp.net.
Can you edit data in the Repeater control? Which template must you provide, in order to display data in a Repeater control? How can you provide an alternating color scheme in a Repeater control? What property must you set, and what method must you call in your code, in order to bind the data from some data source to the Repeater control?
What is the full meaning of asp.net?
How does session id work?
What is the difference between user control and custom control?
Explain the path instructions in xaml?
What are the different types of events are occured when a client requests an ASP.NET page from IIS server?
Why do we use sessions?
What are the advantages of asp.net?
Explain the updatepanel?