0

Why do we create static class in c#?

When we can do all operations with normal classes why to create static one?

6th Jan 2019, 5:39 PM
arun verma
arun verma - avatar
1 ответ
+ 1
Static class in fact more simple than normal class, if you do not need multiple instances of a class, use static class is more easier and faster.
6th Jan 2019, 6:23 PM
Calviղ
Calviղ - avatar