Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSHARP

what are access modifiers in c#

'Combination Modifier'| 'Description'
  protected internal    member is accessible to all class that extends
    					the given class and all other classes in the same
                        assembly
  
  private protected	 	accessible by types derived from the conataining 
  						class, but only within its countaining assembly
 
PREVIOUS NEXT
Tagged: #access #modifiers
ADD COMMENT
Topic
Name
3+6 =