a in c the access privileges are public private


A: In C++ the access privileges are public, private and protected. The default access level assigned to members of a class is private. Private members of any class are accessible only in the class & by friends of the class. Protected members are accessible through the class itself and it's sub-classes. Public members of any class can be accessed through anyone.

 

Request for Solution File

Ask an Expert for Answer!!
C/C++ Programming: a in c the access privileges are public private
Reference No:- TGS0217698

Expected delivery within 24 Hours