impl de employe du buufe
This commit is contained in:
18
src/Employe_du_buffet.java
Normal file
18
src/Employe_du_buffet.java
Normal file
@@ -0,0 +1,18 @@
|
||||
public class Employe_du_buffet extends Employe{
|
||||
|
||||
|
||||
private Compartiment compPoisson;
|
||||
private Compartiment compViande;
|
||||
private Compartiment compLegume;
|
||||
private Compartiment compNouille;
|
||||
|
||||
Employe_du_buffet(Compartiment compPoisson,Compartiment compViande,Compartiment compLegume,Compartiment compNouille){
|
||||
this.compPoisson = compPoisson;
|
||||
this.compViande = compViande;
|
||||
this.compLegume = compViande;
|
||||
this.compNouille = compNouille;
|
||||
}
|
||||
|
||||
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user