2.3 Components of a CORBA Object
CORBA objects typically have the following components, shown in the figure that follows:
- An ID, also known as an object ID, or OID
- An interface, which specifies the CORBA object’s data and operations
Figure 2-1 CORBA object’s data and operations
The sections that follow describe each of these object components in detail.
Parent topic: CORBA Objects