+ 3
Could you explain public and private inheritance?[kyky, sql_lall]
2 Answers
+ 5
Its about access levels. There are three. Public, Protected and Private. It defines what members the derived class can access.
see: http://www.learncpp.com/cpp-tutorial/115-inheritance-and-access-specifiers/
+ 3
plzzz any one answer me!!