Q&A
Ask and answer questions to make information more available to wider audiences.
Drew Alabaster @alabasterdrew   20, Jun 2023 12:00 AM
Dynamic Dispatch
What is Dynamic Dispatch?
answers 1
 
Answer 1
John Caroso @johncaroso123   27, Jun 2023 03:25 PM
At runtime, Dynamic Dispatch determines which implementation of a polymorphic procedure, such as a method or a function, to call. This means that when we want to call our methods, such as object methods, we must use this syntax. Swift, on the other hand, does not use dynamic dispatch by default.