Does C# support static class?Is Static class be inherited by
any class?
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / 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 |
how to get the vb6.0 COM Component in to the .Net application?
what is narmalization
What are the advantages and disadvantages of viewstate ?
How do you do validations. Whether client-side or server-side validations are better.?
What is machine.config and web.config ?
Define globalization and localization.
there is two functions function a and function b like fun a(){.... ..... } fun b() { } in function b i write the coding to add two numbers and i need to dispaly the sum result in function a with out using global variable. how we do?
what is client back feauture ?
What is AutoEventWireup attribute for ?
what is Satellite Assembly?
What?s the difference between Response.Write() andResponse.Output.Write()?
How to implement role based security in asp.net mvc? : Asp.Net MVC