Would following the table below be the best way of determining the access type of member variables of a class that I'm creating (sorry if this table is hard to see; it's the same table shown http://www.cplusplus.com/doc/tutorial/inheritance/)?
Access public protected private
members of the same class yes yes yes
members of derived classes yes yes no
not members yes no no