Embed presentation
Download to read offline






Access modifiers are keywords that define the accessibility of classes, members and datatypes to restrict unwanted data manipulation. There are 4 access modifiers: public, protected, internal and private. These modifiers determine which classes and code can access members.





