Late binding and Dynamic binding (C++)
What is Late binding?
Late binding is also k/a Runtime polymorphism.
Late binding can be achieved by using a virtual function.
Virtual function: -
A virtual Function is a base class member function that is redefined in derived classes to achieve ...
newbielearner.hashnode.dev2 min read
Jatin Jadon
Programming and Learning
Good work π