Skip to content

Commit 4379bb2

Browse files
authored
changed files by pdets auto publish service, publishid[e1dc0fe6-9815-4d2a-85de-5357b3524042] and do [publish].
1 parent 930c853 commit 4379bb2

File tree

1 file changed

+8
-8
lines changed
  • learn-pr/paths/implement-interfaces-new

1 file changed

+8
-8
lines changed

learn-pr/paths/implement-interfaces-new/index.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
11
### YamlMime:LearningPath
22
uid: learn.wwl.implement-interfaces-new
33
metadata:
4-
title: Implement Interfaces
5-
description: Implement Interfaces
4+
title: Implement interfaces
5+
description: Implement interfaces
66
ms.date: 02/14/2025
77
author: wwlpublish
88
ms.author: eric
99
ms.topic: learning-path
10-
title: Implement Interfaces
10+
title: Implement interfaces
1111
prerequisites: |
12-
- Visual Studio Code installed with th3 C# Dev Kit
13-
- Basic knowledge of the Visual Studio Code IDE
14-
- Basic understanding of the C# programming language
15-
- Familiarity with classes
12+
- Visual Studio Code installed with the C# Dev Kit.
13+
- Basic knowledge of the Visual Studio Code IDE.
14+
- Basic understanding of the C# programming language.
15+
- Familiarity with classes.
1616
summary: |
17-
Interfaces provide a contract defines what properties and methods implementing classes must provide, but now how. You design interfaces with properties and methods and develop classes that implement the interfaces. Discover how default implementations in interfaces enable you to add new methods directly into an interface and provide a default implementation. Reduce code dependencies using interfaces and use explicit interface members, and multiple interfaces to further add resilience and flexibility to code.
17+
Discover how mastering interfaces can enhance your coding skills, promote flexibility, and reduce dependencies. This training will empower you to write more resilient and maintainable code.
1818
iconUrl: /training/achievements/generic-trophy.svg
1919
levels:
2020
- beginner

0 commit comments

Comments
 (0)