Multiple dispatch

id: multiple-dispatch-234-9490502
title: Multiple dispatch
text: Multiple dispatch or multimethods is a feature of some programming languages in which a function or method can be dynamically dispatched based on the run-time (dynamic) type or, in the more general case, some other attribute of more than one of its arguments. This is a generalization of single-dispatch polymorphism where a function or method call is dynamically dispatched based on the derived type of the object on which the method has been called. Multiple dispatch routes the dynamic dispatch to
brand slug: wiki
category slug: encyclopedia
description: Feature of some programming languages
original url: https://en.wikipedia.org/wiki/Multiple_dispatch
date created:
date modified: 2024-04-25T11:13:53Z
main entity: {"identifier":"Q1756543","url":"https://www.wikidata.org/entity/Q1756543"}
image:
fields total: 13
integrity: 14

Related Entries

Explore Next Part