Friday, September 10, 2010

How to default initialize (not at declaring time) static variables of static class

Share This!


1 comment:

Unknown said...

Static variable are Value type so when the static class is initialize at that time all the member of static call initialize .
We can access the static member functions by calling that class itself .
for ex :

ClassName.StaticmethodName();


Thanks,
M4MAD

Powered By Blogger · Designed By Seo Blogger Templates