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 constants and read-only?
What is the difference between func and action delegate?
What is definition in c#?
What is deadly diamond problem?
What is console write in c#?
Why do we write system in c#?
What is the usage of transponders?
what is the index value of the first element in an array?
Can int be null in c#?
How C# 4.0 supports dynamic programming language?
Why do we use static methods in c#?
Can you declare a class or a struct as constant?
What is the ouput of the following program?
Value Type and Reference Type Data type in C#?
What is xml serialization and deserialization in c#?