Back to Browse

public vs private vs protected inheritance in C++.

401 views
Jun 25, 2023
7:07

This video explains the public vs private vs protected inheritance in C++. With public inheritance, the derived class can see public and protected members of the base. With private inheritance, it can't. With protected, the derived class and any classes derived from that can see them.

Download

0 formats

No download links available.

public vs private vs protected inheritance in C++. | NatokHD