Computer Science, asked by mohandasthawrani50, 3 months ago

What is an object in C++​

Answers

Answered by ruby932
3

Explanation:

In C++, Object is a real world entity, for example, chair, car, pen, mobile, laptop etc. In other words, object is an entity that has state and behavior. Here, state means data and behavior means functionality. Object is a runtime entity, it is created at runtime. Object is an instance of a class.

Similar questions