Public Member:

A class member that is accessible to all users of the class. The access is not restricted to the member and friend functions of the class alone. A public member of a base class is inherited by a derived class.