Protected -- C# Keyword:
- The protected keyword is a member access modifier.
- A protected member is accessible within its class and by derived class instances.
protected <Data Type> <Variable Name>;