Rohan  Rathore
What is virtual class in C#?
By Rohan Rathore in C# on Jun 10 2013
  • Jitendra Patel
    Sep, 2014 2

    There is no such thing in C# - and it's really not necessary since multiple implementation inheritance is not supported. Making a class abstract really only means that you cannot create instances of that class and they might not be fully implemented (e.g. might contain abstract methods).

    • 0


Most Popular Job Functions


MOST LIKED QUESTIONS