Skip to content
Snippets Groups Projects
Commit c135dd13 authored by Alexandre MAINTIER's avatar Alexandre MAINTIER
Browse files

tpOO-06::exo-salaires, mise à jour

parent 75ddc771
No related branches found
No related tags found
No related merge requests found
...@@ -66,3 +66,4 @@ public class Company{ ...@@ -66,3 +66,4 @@ public class Company{
staff.removeAll(vire); staff.removeAll(vire);
} }
} }
...@@ -18,3 +18,4 @@ public class Vendor extends Salesperson{ ...@@ -18,3 +18,4 @@ public class Vendor extends Salesperson{
return BONUS + PERCENTAGE*this.getTurnover(); return BONUS + PERCENTAGE*this.getTurnover();
} }
} }
...@@ -27,3 +27,4 @@ public class Worker extends Employee{ ...@@ -27,3 +27,4 @@ public class Worker extends Employee{
return units>=objective; return units>=objective;
} }
} }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment