Home
Posts filed under polymorphism
Showing posts with label polymorphism. Show all posts
Showing posts with label polymorphism. Show all posts
Thursday, October 6, 2016
Virtual Destructor :)
When We use Pointers In Inheritance then the destructor of derived class is not called. To follow the normal rule we can use Virtual Destr...
Read more
Virtual Functions :)
As we Know that the Polymorphism is the feature of OOP,which means we use the same name but multiple forms. So in case of Run time Polym...