5
Reply

Classe declaration

Asim Saeed

Asim Saeed

Jan 14 2011 5:05 AM
9.2k
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)