Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSHARP

what is a protected int c#

protected is useful when you want your class and all derived (child) classes to be able to access the method or variable, but you don't want it to be public.
 
PREVIOUS NEXT
Tagged: #protected #int
ADD COMMENT
Topic
Name
6+2 =