jszhn

Recent Notes

  • A* algorithm

    Oct 29, 2025

    • ALOHA

      Oct 29, 2025

      • ARP

        Oct 29, 2025

        • Accounting

          Oct 29, 2025

          • Activation function

            Oct 29, 2025

            Home

            ❯

            Dynamic dispatch

            Dynamic dispatch

            Dec 23, 20231 min read

            In object-oriented programming, dynamic dispatch (or dynamic binding) is a process that selects which inherited method should be invoked. This is especially important in facilitating polymorphism.

            C++ uses dynamic dispatching whenever there’s a virtual function. Java will always use dynamic dispatching.


            Graph View

            Backlinks

            • Inheritance
            • Object-oriented programming
            • Virtual function

            Created with Quartz v4.5.2 © 2025

            • Twitter
            • LinkedIn
            • GitHub