Thursday, October 23, 2008

Default Scope of Methods

I am having some trouble finding what the scope of a method is when there is no access modifiers.

What is the default access modifier when nothing is given?

Finally I found it: http://www.danielsoper.com/programming/getresource.aspx?ID=49

The default access modifier type if none is given is private. This makes sense.

No comments: