Glossaria.net

Glossary C++ / Term

object

It is a user-defined data type, which holds its own data members and member functions, which can be accessed and used by creating an instance of that class. A C++ class is like a blueprint for an object.

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


< main Glossary / C++ operator >