50 likes | 185 Views
The effect of access specifiers 1. The effect of access specifiers 2. Protected and private are same here. Difference between private and protected. The effect of inheritance types. Member of base class Member of derived class Inheritance type public: private no access
E N D
The effect of access specifiers 2 Protected and private are same here Difference between private and protected
The effect of inheritance types Member of base class Member of derived class Inheritance type public: private no access protected protected public public Inheritance type protected: private no access protected protected public protected Inheritance type private: private no access protected private public private
The effect of inheritance type protected protected