Multiple choice Which of the following statements is incorrect about objects in C++? An object is a type of a certain class. Objects are real world entities. Objects are not implemented in C++. Objects are used to invoke member function of a class. Objects use message passing to communicate with each other. Reveal answer Fill a bubble to check yourself C Correct answer Explanation This is incorrect.