FlashcardBeginner
Interfaces and Implementation
Interfaces define a contract that classes must implement.
Question
What is an interface in C# and how is it implemented?
Click to reveal answer
Interfaces define a contract that classes must implement.
What is an interface in C# and how is it implemented?