Mid GoF Patterns

Concrete Visitor (ShoppingCart):?

  • The concrete visitor implements the visitor interface and defines the specific

logic for each element. In this case, the ShoppingCart visitor calculates the

total price, applying discounts where necessary.

More from Design Patterns in C#

All questions for this course