+ 3
Public static vs prĂvate static? C#
What is the difference between Public static and prĂvate static?
2 Answers
+ 4
Private static can only be used within the class, while public static can be accessed anywhere
+ 2
good answer, thank you!
What is the difference between Public static and prĂvate static?