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