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 does insertion sort work?
What Is The Smallest Unit Of Execution In .net?
What is msil in c#?
Are classes passed by reference in c#?
What is thread.sleep()?
Can extension methods access private members?
What is the difference between internal and protected in c#?
What is difference between variable and property in c#?
What is a service layer c#?
What is dependency injection in simple words?
What is unsigned int?
What is the difference between virtual method and abstract method?
What is static void main in c#?
What is the use of generics in c#?
What you mean by inner exception in c#?