Glossaria.net

Glossary C++ / Term

public

When preceding the name of a base class, the public keyword specifies that the public and protected members of the base class are public and protected members, respectively, of the derived class. Default access of members in a class is private. Default access of members in a structure or union is public.

Permanent link public - Modification date 2019-12-29 - Creation date 2019-12-29


< pseudo-code Glossary / C++ public interface >