Create a RedShapeDecorator class in the decorators package. It must extend the functionality of Shape objects
without changing their structure.
I've already created an abstract ShapeDecorator class, so:
1) Make the RedShapeDecorator class inherit the ShapeDecorator class.
2) Implement a private se
Decorator
- 18
Locked
Comments
- Popular
- New
- Old
You must be signed in to leave a comment
This page doesn't have any comments yet