PP Presentation
IDL example
module MyAnimals
{ /* Class Definition of Dog */
interface Dog:Pet, Animal
{
attribute integer age;
exception NotInterested {string explanation}
Pet
Animals
Dog
Bark()
Sit()
Growl()
Cat
Eat()
Herekitty()
Bye()
Previous slide
Next slide
Back to the first slide
View Graphic Version