Submitted Questions

  • What is the difference between run-time Polymorphism and compile-time Polymorphism?

    Vinit Jain

    • Sep 8th, 2006

    When we are implementing function overloading in java, the call for that method is getting resolved at compile time. That is when our .class file is created that calls are already resolved.If you cons...

    sainath

    • Jul 7th, 2006

    compile time polymorpism also known as staic polyrun time polymorpism also known as dynamic polymorpismexample for static poly is method overloadingexample for dynamic poly is method overridingstatic ...