Multiple choice

Which of the following advanced object-oriented features comes into being when the object is created, and continues to represent that object from then on?

  1. Object's identity

  2. Static and dynamic binding

  3. Object persistence

  4. Meta classes

  5. None of these

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

An object's identity comes into being when the object is created, and continues to represent that object from then on.