Answered Questions

  • What is Runtime Polymorphism?

    Lucky

    • Jun 5th, 2017

    Run Time Polymerphismis achieving which object method should invoked during runtime instead of compile time and when you call a method using that pointer the corresponding derived class method is called instead of base class method.

    parul agarwal

    • Jul 31st, 2011

    Polymorphism is the capability of an action or method to do different things based on the object that it is acting upon. In other words, polymorphism allows you define one interface and have multiple ...