Multiple choice technology

An Object is a multiple instance of an object type.

  1. True

  2. False

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

In object-oriented systems like Documentum, an object is a single instance of an object type or class, not a 'multiple instance.' Object types define the structure, and multiple objects can be created from that type, but each individual object represents one instance of that type.