Submitted Questions

  • OOP Concept

    Difference between Abstract class and interface in detail with live example

    Shilpa K S

    • Dec 4th, 2012

    Abstract class : Have executable methods and abstract methods.
    Interface: Will have only abstract methods.