Avikshith Aradhya
Can we implement interface in abstract class?
By Avikshith Aradhya in .NET on May 30 2016
  • Avikshith Aradhya
    May, 2016 30

    Yes we can implement. And the code will go as below, interface hello{void message();}abstract class world:hello{public void message(){Console.WriteLine("HelloWorld");}}

    • 0


Most Popular Job Functions


MOST LIKED QUESTIONS