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
if a method is marked as protected internal who can access it?
What is console application with example?
What is the use of private constructor in c#?
What is jit? What are the different types of jit?
what is IComparable
What is class method?
Define MSIL, and how does it works? Why our developers need an appreciation of it if at all?
Can we inherit abstract class in c#?
Can I do things in il that I can't do in c#?
Illustrate race condition?
What is difference between string and stringbuilder in c#?
What are Regex / regular expressions ?
Define the term immutable ?
Is c# substring zero based?
Is java better than c#?