Lec 11 12 Oop C++
Lec 11 12 Oop C++
Programing Languages
BITS Pilani
Dubai Campus
BITS Pilani
Dubai Campus
• A derived class can access all the non-private members of its base
class. (i.e. public, protected)
The following rules are applied, while using different types of inheritance:
Thank you