Glossaria.net

Glossary C++ / Term

class

A class in C++ is a user-defined type or data structure declared with keyword class that has data and functions (also called member variables and member functions) as its members whose access is governed by the three access specifiers private, protected or public.

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


< casting Glossary / C++ comment >