Chain of Responsibility
- Tags
- soft-eng
Is a software design pattern where more than one object is give the opportunity to handle a request, passing it along a chain of receiving objects.
Is a software design pattern where more than one object is give the opportunity to handle a request, passing it along a chain of receiving objects.