Keyword Accessibility
public Can be accessed by any other class
private Can be accessed only by code procedures inside the current class
internal Can be accessed by code procedures in any of the classes in the current
assembly (the compiled code file)
protected Can be accessed by code procedures in the current class or by any class
that inherits from this class
protected internal Can be accessed by code procedures in the current application or by any
class that inherits from this class
Saturday, August 23, 2008
Access specifire .Net
Subscribe to:
Post Comments (Atom)

0 comments:
Post a Comment