Interfaces vs. Implementations
CORBA Objects are fully encapsulated
Accessed through well-defined interface
Internals not available - users of object have no knowledge of implementation
Interfaces & Implementations totally separate
For one interface, multiple implementations possible
One implementation may be supporting multiple interfaces