Mid OOP

Can abstract classes have fields?

  • Yes, abstract classes can have fields, properties, and constants.

abstract class Vehicle

protected string Brand;

More from C# Programming Tutorial

All questions for this course