Copyright (c) Qusay H. Mahmoud
21
IDL Structure (Interfaces)
lAn IDL interface is the definition of an object
lIDL interfaces are analogous to Java interfaces
lAn interface declares the operations that the CORBA object supports and its attributes
linterface Account {
l  //attributes
l  // operations
l};