Why protected and private inheritance are defined and proposed? I understand some cases private inheritance could be used but it is not recommended. How about protected inhe
This is a situation i would use Protected inheritance
Base -> Derived1 -> Derived2