Miky alton
Define Interface & What is the diff. between abstract & interface?
By Miky alton in C# on May 13 2012
  • Madan Shekar
    Jan, 2019 10

    An interface in C# contains only the declaration of the methods, properties, and events, but not the implementation. It is left to the class that implements the interface by providing implementation for all the members of the interface. ... Implement interface using : syntax.for deference refer this link https://www.codeproject.com/Articles/11155/Abstract-Class-versus-Interface

    • 0


Most Popular Job Functions


MOST LIKED QUESTIONS