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
Distinguish between Server-side and Client-side code?
Why viewstate is used in asp.net?
What is session and application variable in asp net?
Disable Mouse right click on web page in asp.net?
What is the maximum amount of memory any single process on windows can address?
Differentiate between early binding and late binding.
What is the usie of activex control in .net?
What is difference between web api and web services?
What are the cookies types in asp.net?
How does session id work?
What is state management in asp.net with example?
Diff between web user control and web custom control?
What is windows active directory authentication?
What is caching? What are different ways of caching in asp.net?
What is ascx?