Mid OOP

How are interface contracts different from abstract class contracts?

  • Interface contracts are pure method signatures.
  • Abstract class contracts can contain shared code and fields.

More from C# Programming Tutorial

All questions for this course