20 August 2020

What is an object in C++?

 

*      What is an object in C++?

An object is a package that contains related data and instructions. The data relates to what the object represents, while the instructions define how this object relates to other objects and itself.








No comments: