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
What is the difference between method and constructor in c#?
Is it possible to execute multiple catch block for a single try statement?
How you will create satellite assemblies?
Why is it not a good idea to use empty destructors?
What is predicate builder?
What is difference between class and interface in c#?
What is CASPOL?
What is serialization in unity?
What is difference between out and ref in c#?
What are the Types of caching
What are the properties of a string class?
What is dictionary collection in c#?
Why we use oops in c#?
Explain static class members.
Explain manifest & metadata in c#.