Glossaria.net

Glossary C++ / Term

protected

The protected keyword specifies access to class members in the member-list up to the next access specifier (public or private) or the end of the class definition. Classes derived with public or protected access from the class that originally declared these members

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


< private Glossary / C++ pseudo-code >