Answered Questions

  • What is run time polymorpism and complie time polymmorpism

    Shruthi

    • Mar 29th, 2015

    Run time polymorphism in java is method overriding. At compile time the compiler just checks for the existence of the overriding method if the signature, return type and name of the method matches or ...

    NILESHKUMAR M JANI

    • Aug 6th, 2014

    My understanding for computer science is variable bind at compile time and method bind at run time, then what is meaning of method overloading and overriding.