Double dispatch

id: double-dispatch-252-613257
title: Double dispatch
text: In software engineering, double dispatch is a special form of multiple dispatch, and a mechanism that dispatches a function call to different concrete functions depending on the runtime types of two objects involved in the call. In most object-oriented systems, the concrete function that is called from a function call in the code depends on the dynamic type of a single object and therefore they are known as single dispatch calls, or simply virtual function calls. Dan Ingalls first described how
brand slug: wiki
category slug: encyclopedia
description:
original url: https://en.wikipedia.org/wiki/Double_dispatch
date created:
date modified: 2022-08-08T20:31:49Z
main entity: {"identifier":"Q5300017","url":"https://www.wikidata.org/entity/Q5300017"}
image:
fields total: 13
integrity: 13

Related Entries

Explore Next Part