Access Control and Inheritance in c++





This video tutorial discusses about the access control and inheritance in c++ using private, public and protected access specifier.
You will learn when you have to use which access specifier, what is the influence of private, protected and public access specifiers on class members in detail.