Home » C#
» Q. How to access static variable value?
Wednesday, 24 May 2017
Q. How to access static variable value?
Ans.To
access value of static variable we can call it directly with class name without
using object or instance of a class . It's is same metohd will be applied when we access value of static method.
0 Comments