1.

What Is A Behavioral Design Pattern?

Answer»

Behaviorial design patterns focus on improving the communication between different objects. Following are different TYPES of behavioral patterns:
>>> Chain Or RESPONSIBILITIES Pattern-In this pattern, objects communicate with each other depending on logical decisions MADE by a class.
>>> Command Pattern-In this pattern, objects encapsulate methods and the PARAMETERS passed to them.
>>> Observer Pattern-Objects are created depending on an events results, for which there are event handlers created.

Behaviorial design patterns focus on improving the communication between different objects. Following are different types of behavioral patterns:
>>> Chain Or Responsibilities Pattern-In this pattern, objects communicate with each other depending on logical decisions made by a class.
>>> Command Pattern-In this pattern, objects encapsulate methods and the parameters passed to them.
>>> Observer Pattern-Objects are created depending on an events results, for which there are event handlers created.



Discussion

No Comment Found