Why we can not create instance of static class
please tell me the reason in details that why static class instance creation is not possible. thanks
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
DarilPosted Nov 13, 2021, 5:21 AM
Sandip G PatilPosted Feb 20, 2017, 7:05 AM
Midhun TpPosted Feb 20, 2017, 4:17 AM
"Static classes do not contain any instance member properties or functions. So to make an instance would be pointless."
"Static classes are used for containing Variables, properties and functions that have the same effect all over your program"