-
- Downloads
The Decorator class adds functionality to the shapes. It also implements Shape...
The Decorator class adds functionality to the shapes. It also implements Shape and delegates method calls to the decorated shape.
src/main/java/shape/Decorator.java
0 → 100644
Please register or sign in to comment