Distributed Computing and Object Systems

Example

//This is a pretend example
interface Widgets {
  double getStrenth();
  void tickle(int times);
  String getWisdom();
}

José M. Vidal .

15 of 18