CORBA::Object The CORBA::Object class represents a CORBA object. All CORBA objects inherit from this class. This class supports operations common to all CORBA objects, such as upcast and downcast (called narrow in CORBA-speak), object duplication, etc. Note that a Servant is NOT synonymous with a CORBA object, and it thus inherits from a different class.