Mid OOP

Can a class be both abstract and static?

  • No, a class cannot be both abstract and static.
  • Abstract classes are for inheritance, static classes cannot be inherited.

More from C# Programming Tutorial

All questions for this course