PPT-Folie
interface Show
{ void showData ( Data d ) ;
}
class Display implements Show
{ Data showdata ;
...
void showData ( Data data )
{ showdata = data ;
...
}
}
Vorherige Folie
Nächste Folie
Zurück zur ersten Folie
Graphik-Version anzeigen