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 -

php - Laravel not returning controller -

c# - Confused on how to specify a Platform and Version while using ChromeOptions for RemoteWebDriver with Selenium donNet since recent updates -