FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

java-design-patterns/double-dispatch at master · holdFT/java-design-patterns · GitHub

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

README.md

title Double Dispatch
category Idiom
language en
tag
Extensibility

Intent

Double Dispatch pattern is a way to create maintainable dynamic behavior based on receiver and parameter types.

Class diagram

Applicability

Use the Double Dispatch pattern when

  • the dynamic behavior is not defined only based on receiving object's type but also on the receiving method's parameter type.

Real world examples


Back | FazBrowse Home | New Git URL