A simple example: IDL
// module Money
{
interface Accounting
{
float get_outstanding_balance();
};
};
Previous slide
Next slide
Back to first slide
View graphic version