Click here to Skip to main content
15,891,903 members
Articles / General Programming

Chain of Responsibility - ReExplained

Rate me:
Please Sign up or sign in to vote.
4.60/5 (5 votes)
1 Feb 2015CPOL10 min read 29.9K   49   12  
Chain of Responsibility pattern is defined under behavioral design pattern by G.O.F and used to decouple the command with its processing object or handler.

Views

Daily Counts

Downloads

Weekly Counts

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Software Developer (Senior)
India India
I am Lalit Chandra. I have 6 year of working experience in .Net technologies. Currently using C#, ASP.NET & ASP.NET MVC to create Information Systems, e-commerce Portals and Data driven applications. I have designed and implemented flexible solutions which support frequent UI and functionality changes.

Comments and Discussions