By now you're familiar with "public" and "private" access modifiers. There is a third one that we'll be using frequently. This video will cover the "protected" modifier.
Review Questions
The following are examples of questions similar to what you can expect to see on the next exam.
- What does making a member of a class protected do? Allows you to access it from an inheriting class.