jszhn

Recent Notes

  • ALOHA

    Feb 01, 2026

    • ARP

      Feb 01, 2026

      • American literature

        Feb 01, 2026

        • Assert

          Feb 01, 2026

          • Atomics

            Feb 01, 2026

            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 © 2026

            • Twitter
            • LinkedIn
            • GitHub