Skip to content
Snippets Groups Projects
Commit 46fd75b1 authored by benjamin.sitbon's avatar benjamin.sitbon
Browse files

Lab3-Task1 et 2

parent cd0ec10b
No related branches found
No related tags found
No related merge requests found
Showing
with 31 additions and 0 deletions
public class HerbePotage implements Herbe {
}
\ No newline at end of file
File added
public class HerbeSalades implements Herbe {
}
\ No newline at end of file
File added
public class HerbeVapeur implements Herbe {
}
\ No newline at end of file
File added
public interface Huile extends Ingredient {
}
\ No newline at end of file
File added
public class HuileCuisson implements Huile {
}
\ No newline at end of file
File added
public class HuilePotage implements Huile {
}
\ No newline at end of file
File added
public class HuileSalades implements Huile {
}
\ No newline at end of file
File added
public class HuileVapeur implements Huile {
}
\ No newline at end of file
File added
public interface Ingredient {
}
\ No newline at end of file
File added
public interface Legume extends Ingredient {
}
\ No newline at end of file
File added
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment