Multiple choice

Objects are the basic ________ in an object-oriented system.

  1. compile time entities

  2. runtime entities

  3. both (1) and (2)

  4. none of these

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

In object-oriented programming, objects are instances of classes that exist during the execution of the program (runtime).