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

java-design-patterns/double-dispatch at java9 · CCodingMan/java-design-patterns · GitHub

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

README.md

layout pattern
title Double Dispatch
folder double-dispatch
permalink /patterns/double-dispatch/
categories Other
tags
Java
Difficulty-Intermediate
Idiom

Intent

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

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