Access Modifiers in C sharp Arabic #48
Suggested Videos
❑ About different access modifiers that can be applied for type members.
❑ Private ,Public , Protected.
Next Session
Internal, Protected Internal
Private, Public & Protected
There are 5 different access modifiers in C sharp
1. Private.
2. Protected.
3. Internal.
4. Protected Internal.
5. Public.
Private members are available only with in the containing type, where as public members are available any where . There is no restriction .
Tags:
C sharp