Pure Virtual function-Abstract class

Virtual function becomes pure virtual function by appending”=0″ to its declaration.
Let us try to understand pure virtual function with…

Function Overloading

Function overloading is the type of static polymorphism. Function overloading means functions with same name but…

Virtual Function

Function is a virtual function when the virtual keyword is added in the beginning of function declaration.
virtual keyword is required…