Christian Nagel's OneNotes

.NET Training, Consulting, Coaching - C#, Web Services, Enterprise Services, ASP.NET, Whidbey, Longhorn and More!

Sponsors

Affiliations

Books I've written

INETA UG Leaders

My Blogroll

Access Modifiers

The December version of Visual Studio 2005 / C++ now has an internal access modifier instead of using public private. This is different from my previous post. The access modifiers public protected and protected private are still the same as before:

C++ C# VB IL
public public Public public
protected protected Protected family
private private Private private
internal internal Friend assembly
public protected internal protected Protected Friend famorassem
protected private not possible not possible famandassem

public public is no longer supported, too. public is good enough ;-)

Christian

Posted: Dec 27 2004, 04:34 PM by CNagel | with 2 comment(s)
Filed under: ,

Comments

TrackBack said:

# December 27, 2004 6:42 AM

TrackBack said:

# February 15, 2005 4:17 PM
Leave a Comment

(required) 

(required) 

(optional)

(required)