Pergunta de entrevista da empresa Sasken

what is a class in C++?

Resposta da entrevista

Sigiloso

18 de set. de 2022

Class: A class in C++ is the building block that leads to Object-Oriented programming. 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.