What are the main features provided by CObject class?
Ask by Anonymous User
Updated 23 Sep 2020
a) Runtime class identification– know the objects class type at runtime.
b) Dynamic object creation.– Create object at runtime.
c)Serialization - Storing object to disk or reading object from disk
d)Diagnostic support. – provide debug information such as trace, memory dump.