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

xslt - DocBook 5 to PDF transform failing with error: "fo:flow" is missing child elements. Required content model: marker* -

mediawiki - How do I insert tables inside infoboxes on Wikia pages? -

Local Service User Logged into Windows -