Add creational patterns, Interpreter; remove scripts; update README
This commit is contained in:
5
01-creational/factory-method/Notification.java
Normal file
5
01-creational/factory-method/Notification.java
Normal file
@@ -0,0 +1,5 @@
|
||||
package factorymethod;
|
||||
|
||||
public interface Notification {
|
||||
void send(String message);
|
||||
}
|
||||
Reference in New Issue
Block a user