Multiple choice

In an object oriented programming, the object is

  1. a member of class

  2. type of class

  3. instance of class

  4. independent like the class

  5. part of the class

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

Yes, in an object oriented programming language, an object is instance/variable of class. So, this option is correct.