5
Answers

Classe declaration

Asim Saeed

Asim Saeed

13y
9.2k
1
Hi,All
Can anyone tell me that which is a better approach in C#.net:

-Create static class and call its properties and methods directly
-Create public class and first instantiate the object then call them?

Thanks in Advance
Answers (5)