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
Who is using asp.net?
What is AutoEventWireup attribute for ?
Name the two properties are on every validation control?
What is the difference between equals() and == in c#?
What is the mvc model?
Can you explain architecture of your project ?
Describe state management in asp.net?
What are different types of authentication techniques that are used in connection strings to connect .net applications with microsoft sql server?
What’s the use of “GLOBAL.ASAX” file?
What r the asp.net list controls and difference between them?
Explain a program using razor view engine to create a simple application? : asp.net mvc
What is the difference between mvc (model-view-controller) and mvp (model-view-presenter)? : asp.net mvc
What do you mean by serialize and marshalbyref?
can s/w quality assurance engineer switch field to programming side i m very much interested in programming but not much good in it
What is http request and response?