• stevium
    Open
  • blog
  • |
  • projects
  • |
  • wiki
  • |
  • tags
  • |
  • search

Dynamic dispatchEdit

8/15/2023

In computer science, dynamic dispatch is the process of selecting which implementation of a polymorphic operation (method or function) to call at run time. It is commonly employed in, and considered a prime characteristic of, object-oriented programming (OOP) languages and systems.

See also

  • Dynamic dispatch wikipedia article: https://en.wikipedia.org/wiki/Dynamic_dispatch
  • development
  • wiki
Sitemap
  • Blog
  • Projects
  • Wiki
  • Tags
  • Search
Elsewhere
  • GitHub
  • LinkedIn
  • Twitter
  • Facebook
  • Instagram
Credits

Made with ♡ using React, and the help of Git, Redis and Spacemacs.

Inspired by Masochist.