Prakash Kumar
what is the difference between virtual and abstract in c#.net?
By Prakash Kumar in .NET on Oct 27 2016
  • Prakash Kumar
    Oct, 2016 27

    Virtual methods have an implementation and provide the derived classes with the option of overriding it. Abstract methods do not provide an implementation and forces the derived classes to override the method.

    • 0


Most Popular Job Functions


MOST LIKED QUESTIONS