| Author: D.Jeya kumar(JK) 07 Sep 2008 | Member Level: Diamond | Rating: Points: 6 |
Hi,
We can defined static methods .but i think it will occupy memory because it is public method and it can be accessed from any classes or methods. by defualt they are sealed and it can have only static methods.
Static classes are loaded automatically by the .NET Framework common language runtime (CLR) when the program or namespace containing the class is loaded.
Regards JK
|