I was reading COR(Chain of responsibility pattern),I felt it works as simple as a if else or switch case in system level and this pattern can be easily replaced by similar pattern like factory or composite pattern.
Is there any scenario or example to prove only COR can solve this??
Thanks in advance