Multiple choice

Which of the following statements is incorrect about objects in C++?

  1. An object is a type of a certain class.

  2. Objects are real world entities.

  3. Objects are not implemented in C++.

  4. Objects are used to invoke member function of a class.

  5. Objects use message passing to communicate with each other.

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

This is incorrect.