[Cs3] Lab 11 Question

Mikhail Nesterenko mikhail at cs.kent.edu
Wed Apr 20 10:31:34 EDT 2022


> 
> For lab 11 part one, do we need to have a component for the decorator design pattern or can we just have decorators?
> 

You are asked to implement decorator only as shown in the HTML
decorator example we studied in class. You are welcome to implement
the more sophisticated version outlined in the "Design Patterns" book
(Slide 3 in the Decorator slides) that looks kind of like the
Component but you are not required to.

Lab 12 is where you are expected to practice Component.

Thanks,
--
Mikhail


More information about the cs3 mailing list