Multiple choice technology programming languages

How to create a transient class, Extend _____

  1. %SerialObject

  2. %RegisteredObject

  3. %Persistent

  4. %Transient

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

In Caché, %RegisteredObject is the base class for transient objects - objects that exist only in memory and are not stored in the database. This is the correct inheritance for creating a transient class.