Wednesday, August 29, 2018

Command Design Pattern

Command design pattern is part of Behavioral Design Patterns from Gang of Four(GoF) Design Patterns. Behavioral Design patterns concerned with communication Between Objects. It is used to cover/envelop a request as an object and pass to a User. A user doesn’t know how to service the request but use encapsulated command object to perform the action.

source https://www.c-sharpcorner.com/article/command-design-pattern/

No comments:

Post a Comment