Answer
A contract that defines method signatures without implementation.
A class must implement all the interface members.
interface IAnimal { void Speak(); }
A class must implement all the interface members.
interface IAnimal { void Speak(); }
Sign in to access all features and personalize your learning experience.
Source: SugharaIQ