⧼⧼  Previous Page
⧼  Table of Contents  ⧽
Next Page  ⧽⧽

Protected Access

Computer Programming C++ / Object Oriented Programming

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.

Hover over a question to show the answer.
  1. What does making a member of a class protected do? Allows you to access it from an inheriting class.
⧼⧼  Previous Page
⧼  Table of Contents  ⧽
Next Page  ⧽⧽
© Ryan Appel