Dot Net Interview Questions and Tutorials By Dr. Rajesh Rolen
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
Post a Comment
1 comment:
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
Post a Comment