# Access Modifiers in C\#
## Notes
For `C#` classes and such, there are the access modifiers — plus each respective combination — that can be used:
![[access_modifiers_table.png]]
See the [Microsoft Docs](https://learn.microsoft.com/en-us/dotnet/csharp/programming-guide/classes-and-structs/access-modifiers) for more info.
#c_sharp