Select Page
C# Interface: What You Need to Know in Lesson 13

C# Interface: What You Need to Know in Lesson 13

This lesson teaches C# Interfaces. Our objectives are as follows: Understand the Purpose of Interfaces. Define an Interface. Use an Interface. Implement Interface Inheritance. An interface looks like a class but has no implementation. The only thing it contains is...