(C++) Protected inheritance

February 24, 2017 · View on GitHub

 

 

 

 

 

(C++) Protected inheritance

 

Protected inheritance is the most obscure (of three) mode of inheritance.

 

To cite Scott Meyers about Protected inheritance:

 


Protected inheritance is something whose meaning eludes me to this day [1]

 

 

 

 

 

References

 

  1. Scott Meyers. Effective C++ (3rd edition).ISBN:0-321-33487-6. Item 32: 'Make sure public inheritance models 'is-a''

 

 

 

 

 

 

Contents

  1. 1Protected inheritance is something whose meaning eludes me to this day [1]
  2. 2References