Discover interfaces
Beginner
Developer
.NET
Visual Studio Code
In this module, you learn how to design an interface with properties in C#, develop a class that implements the interface, and formulate property definitions within the interface.
Learning objectives
By the end of this training, you'll be able to:
Design an interface property.
Design an interface method.
Implements an interface in a class.
Understand the value of interfaces.
Prerequisites
Visual Studio Code installed with the C# Dev Kit.
Basic knowledge of the Visual Studio Code IDE.
Basic understanding of the C# programming language.
Familiarity with classes.