CORBA IDL
module SimpleHelloWorld {
IDL is Interface Definition Language
It defines the exported methods and modules by using a standard set of data types (string, integer, float, object, …) which define the parameters of the methods and their return values.
- Very Abstract--No details of actual object