Objects

The object class is the base class for all user-defined classes. This is the class that defines the default implementations for the equality, copy, and serialization functionalities. The member functions of object that implement these features are called:

  • _cpp_object_equal

  • _cpp_object_copy

  • _cpp_object_serialize

Currently, these functions cannot be overridden in user-defined classes.