Mid OOP

How do interfaces help achieve abstraction?

  • Expose method signatures without implementation.
  • Users interact with the interface, not the underlying implementation.

More from C# Programming Tutorial

All questions for this course