Submitted Questions

  • what are the types of polymorphism ?

    Sirsat Manisha

    • Nov 1st, 2012

    There are two types of polymorphism. 1. compile time polymorphism 2. Run time polymorphism Compile time polymorphism is also called as "Static polymorphism" or it is referred as "Early binding" Compil...

    naresh

    • Aug 27th, 2012

    There are two types of polymorphism 1. Dynamic polymorphism 2. Static polymorphism The polymorphism that can be occur at run time is called dynamic polymorphism. This means that when we call the met...