How C++ implements late binding: The keyword virtual tells the compiler it should not perform early binding. Instead, it should aut...
Thursday 23 April 2015
Overriding
05:46
Overriding: If a function is declared as virtual in the base class , it is virtual in all the derived classes. The redefinition of a v...
Polymorphism intro
05:44
Polymorphism: Polymorphism in general is when a piece of a program is designed to allow multiple different types to be used in it. The...
Function Pointers
01:17
Programs as Data: Function Pointers A function pointer is a variable that stores the address of a function that can later be called thro...
Subscribe to:
Posts (Atom)