Back to Browse

Access Specifiers : Public Private Protected in C++

23.9K views
Mar 7, 2016
5:39

In C++ there are three access specifiers private, public and protected. Public members can be accessed any where in program, private member can only be access in block where they are declared and protected are same as private except it can also be accessed in child class.

Download

0 formats

No download links available.

Access Specifiers : Public Private Protected in C++ | NatokHD