Object, which all
user-defined interfaces inherit implicitly.
Object is never defined explicitly in
your IDL specification, the operations of this interface are available
through all your interface types.
Object as an attribute or
operation parameter type to indicate that the attribute or operation
accepts any interface type:
interface ObjectLocator {
void getAnyObject(out Object obj);
};
Object explicitly.