Skip to content

Latest commit

 

History

History
3 lines (2 loc) · 230 Bytes

Chap01- What is Interface.md

File metadata and controls

3 lines (2 loc) · 230 Bytes

What is Interface?

C# interface contains definitions of a method(s) or variable(s) that the class which uses it must implement, basically ensuring that any class that uses a certain interface has all its methods implemented.