Default access modifier for class and variable in C#? -



Default access modifier for class and variable in C#? -

this question has reply here:

what default access modifiers in c#? 6 answers

what default access modifier class , variable in c#?

for class, there 2 type of access modifier: pulic/ internal. , internal default? variable, there 4 type of access modifier: public/internal/protected/private. , private default?

in java, public default access modifier. not know in c#?

the default internal class , private class members, recommend declaring explicitly

c# access-modifiers

Comments

Popular posts from this blog

php - How to pass multiple values from url -

database - php search bar when I press submit with nothing in the search bar it shows all the data -

ios - How to load .png images from Documents folder of an app -