Design Pattern Framework 3.5
ShippingMethod Property
Patterns-In-Action! Application ► Cart ► ShoppingCart ► ShippingMethod
Gets or sets shipping method, which in turn sets the 'strategy',
i.e. the means at which products are shipped.
This is the Strategy Design Pattern in action.
Declaration Syntax
C# | Visual Basic |
public ShippingMethod ShippingMethod { get; set; }
Public Property ShippingMethod As ShippingMethod