Add creational patterns, Interpreter; remove scripts; update README
This commit is contained in:
5
01-creational/abstract-factory/WindowsCheckbox.java
Normal file
5
01-creational/abstract-factory/WindowsCheckbox.java
Normal file
@@ -0,0 +1,5 @@
|
||||
package abstractfactory;
|
||||
|
||||
public class WindowsCheckbox implements Checkbox {
|
||||
@Override public void render() { System.out.println("[Windows] Rendering checkbox with square tick box"); }
|
||||
}
|
||||
Reference in New Issue
Block a user