Chain Of Responsibility Design Pattern | Object Oriented Design Pattern | OOPS Programming

preview_player
Показать описание
This algorithms is a low level design video for Employee offer Approval from an organization and it has used the concept of Chain of responsibility (COR) design pattern to solve the problem.
Chain of responsibility object oriented design pattern is helpful where ever we have a case, in which an object has 2 options:
1) solve the problem an return response
2) cannot solve problem to delegate the problem to other object of the chain which can.
Chain should be formed with object of similar type.

Tags:
algorithm
systems design
system design interview questions
design patterns interview questions
cracking the coding interview
design patterns interview questions
software design patterns

Рекомендации по теме
Комментарии
Автор

thank you, I hope to have more video from you

ggsgetafaf
Автор

Amazing content. still waiting for the comparison video.

teetanrobotics
Автор

Hey, big fan of your video.
Please continue making this videos of LLD please
Can you also make video on how to design correct tables with example, it will surely help people

kunal
Автор

Naice. Thanks. Do you have one on strategy pattern?

ngneerin