C# | VB | |
Class cannot be inherited (cannot be a base class). | Sealed | NotInheritable |
Class cannot be instantiated but only used as based | Abstract | MustInherit |
For class members: member is accessible only from the | Private | Private |
For class members: member is accessible only from types | Internal | Friend |
For members: member is accessible from the class in | Protected | Protected |
Combines the access of Protected and Internal for a | Protected Internal | Protected Friend |
Access is not restricted. | Public | Public |
Hides a member inherited from a base class. | New | Shadows |
A
New
Internet
Library: Add Your Website/Blog
or Suggest A Website/Blog to our Free Web Directory
http://anil.myfunda.net.
Its very simple, free and SEO Friendly. Submit Now....
Its very simple, free and SEO Friendly. Submit Now....
Thursday, June 26, 2008
Different class and member Access modifiers / modifiers in C# and VB.NET?
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment
Post your comments here: