Mid OOP

Can constructors be overridden?

  • No, constructors cannot be inherited or overridden.
  • Base class constructor can be called using : base(), but cannot be overridden.

More from C# Programming Tutorial

All questions for this course