1
edit
Changes
no edit summary
== Code Examples ==
=== Java Example ===
----
=== C# Example ===
Our command will be a PhoneCall class with one method "Converse()" which is our command.
[[Image:c_Caller.GIF]]
command handler will be a person.
[[Image:c_handler.gif]]
[[Image:C_RequestCode.gif]]
This is how we would implement our chain of responsibility:
[[Image:c_main.GIF]]