Why Chain of Responsibility Principal Chain of responsibility pattern is used to achieve loose coupling in software design where a request from client is passed to a chain of objects to process them. Then the object in the chain will decide themselve...
ankitbajaj.hashnode.dev4 min read
No responses yet.