Interfaces
You saw an example of implementing an interface in the previous lesson. You can read more about interfaces here—what they are for, why you might want to write one, and how to write one.
-
Interfaces
Using interfaces to design contracts that spells out how their software interacts.
-
Implementing an Interface
Using interfaces to design contracts that spells out how their software interacts.
-
Using an Interface as a Type
An interface defines a type.