Implement developer classes and criteria for product filtering
This commit is contained in:
@ -0,0 +1,9 @@
|
||||
package net.itsthesky.projetbut2.dip;
|
||||
|
||||
public class FrontEndDeveloper implements Developer{
|
||||
@Override
|
||||
public void develop() {
|
||||
IO.println("I write Javascript code !");
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user