Add creational patterns, Interpreter; remove scripts; update README
This commit is contained in:
6
01-creational/abstract-factory/Button.java
Normal file
6
01-creational/abstract-factory/Button.java
Normal file
@@ -0,0 +1,6 @@
|
||||
package abstractfactory;
|
||||
|
||||
public interface Button {
|
||||
void render();
|
||||
void onClick();
|
||||
}
|
||||
Reference in New Issue
Block a user