Answered Questions

  • What is difference between abstract class and interface

    UMA

    • Jan 22nd, 2013

    polymorphism are mainly two types static polymorphism(corresponding method will bind at the time of compiling) dynamic polymorphism(corresponding method will bind at the run time) Static polymorphi...

    sharoon

    • Sep 26th, 2012

    In a very simple and high level, Interface is something to tell a guy, Hey X, you should to all these if you need me whereas abstract class tells Hey X, you should do this alone need not to disturb others.