why we can't create an object for a static class??
what is the reason behind this?
Answer Posted / rahul
Because static method will have defined / stored entry point.
so while calling it , it's entry point is sufficient , without creating an object.
that's why no need to create object
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
How many dimensions can an array have?
Name the property of the textbox which cannot be changed at runtime?
What is desktop GUI application?
What is the difference between virtual method and abstract method?
How do I run a cshtml file?
what is .NET framework architecture ??
What is the difference between // comments, /* */ comments and /// comments?
What do you mean by serialization in .NET?
What is IL / CIL / MSIL?
What is the difference between parse and tryparse in c#?
What is a di class?
Where do we set the min and max pool size for connection pooling?
Explain About delegates
What is the advantage of dependency injection?
How do you prevent a class from being inherited in c#?