ODL Declarations
Interface Product {
attribute string name;
attribute float price;
attribute enum Categories
{electronics, communications, sports …} category
}
Interface Company {
attribute string name;
attribute float stockprice;
}
Interface Person {
attribute integer ssn;
attribute string name;
attribute Struct Address {string street, string city} address; }
Previous slide
Next slide
Back to first slide
View graphic version