Answer: Dynamic binding.
Explanation: Dynamic binding, also known as late binding is a programming mechanism in which the method being called upon an entity or function being called with arguments is looked up when the programme is being run by a name.
Therefore, polymorphism (i.e the process of initiating entities of different forms by one interface), is incorporated by functions looked up by name when the programme is running.