How to create a transient class, Extend _____
-
%SerialObject
-
%RegisteredObject
-
%Persistent
-
%Transient
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.