Vipin Mittal
An abstract with only abstract method how is it different from interface????
By Vipin Mittal in .NET on Jan 23 2018
  • Ravi Prakash
    Jun, 2018 12

    no, abstract class can have abstract and non abstract methods. interface is contract and abstract is incomplete class

    • 1
  • Pirzada Jeelani
    Jun, 2018 3

    Abstract class can have constructor which may assign soe value to its data members. An abstract class also can inherit from another abstract class. These 2 features are not available in interfaces

    • 0
  • Vipin Mittal
    Jan, 2018 23

    if that was the case i prefer directly interface instead of abstract...

    • 0


Most Popular Job Functions


MOST LIKED QUESTIONS