Showing posts with label polymorphism. Show all posts
Showing posts with label polymorphism. Show all posts
Thursday, October 6, 2016

Virtual Destructor :)

thumbnail
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...

Virtual Functions :)

thumbnail
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...