PP Presentation
IDL Example (continued)
void Bark (in short how_long)
raises (NotInterested);
void Sit( in String where )
raises (NotInterested);
void Growl(in string at_whom)
raises (NotInterested0;
}
interface Cat:Animal{ /*similar to Dog interface */}
} }