why we can't create an object for a static class??
what is the reason behind this?
Answer Posted / luckraj
Static class does not allow to create
any object.....
| Is This Answer Correct ? | 9 Yes | 9 No |
Post New Answer View All Answers
What is serialization of data?
Distinguish between continue and break statement?
What are methods c#?
What is the difference between string and stringbuilder in c#?
What is extension method in c# and how to use them?
What is multicast delegate in c# ?
Explanation on Generic?
Is it not possible to store a boolean value as a variable?
How does return work in c#?
Can we customize the serialization process?
What is private static in c#?
How do you specify a custom attribute for the entire assembly (rather than for a class)?
Why do we need singleton class in c#?
How does c# generics and c++ templates compare?
Is arraylist faster than linkedlist?