Skip to content

Commit 92e3d51

Browse files
authored
Merge pull request #49455 from wwlpublish/ae09e96ba869d0557ae743d13f1d45355c32a18b8bdad5ac2629a6599e623da4-live
Modules/M01-implement-class-inheritance
2 parents 7b469f2 + 9880f28 commit 92e3d51

12 files changed

+34
-13
lines changed

learn-pr/wwl-azure/implement-class-inheritance/1-introduction.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,12 @@ title: Introduction
44
metadata:
55
title: Introduction
66
description: "Introduction"
7-
ms.date: 03/06/2025
7+
ms.date: 03/10/2025
88
author: wwlpublish
99
ms.author: cahowd
1010
ms.topic: unit
11+
ms.custom:
12+
- N/A
1113
durationInMinutes: 3
1214
content: |
1315
[!include[](includes/1-introduction.md)]

learn-pr/wwl-azure/implement-class-inheritance/2-examine-principles-inheritance.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,12 @@ title: Examine the principles of class inheritance
44
metadata:
55
title: Examine the principles of class inheritance
66
description: "Examine the principles of class inheritance"
7-
ms.date: 03/06/2025
7+
ms.date: 03/10/2025
88
author: wwlpublish
99
ms.author: cahowd
1010
ms.topic: unit
11+
ms.custom:
12+
- N/A
1113
durationInMinutes: 6
1214
content: |
1315
[!include[](includes/2-examine-principles-inheritance.md)]

learn-pr/wwl-azure/implement-class-inheritance/3-configure-base-derived-classes.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,12 @@ title: Configure base and derived classes
44
metadata:
55
title: Configure base and derived classes
66
description: "Configure base and derived classes"
7-
ms.date: 03/06/2025
7+
ms.date: 03/10/2025
88
author: wwlpublish
99
ms.author: cahowd
1010
ms.topic: unit
11+
ms.custom:
12+
- N/A
1113
durationInMinutes: 11
1214
content: |
1315
[!include[](includes/3-configure-base-derived-classes.md)]

learn-pr/wwl-azure/implement-class-inheritance/4-examine-derived-class-new-members.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,12 @@ title: Extend a derived class with new members
44
metadata:
55
title: Extend a derived class with new members
66
description: "Extend a derived class with new members"
7-
ms.date: 03/06/2025
7+
ms.date: 03/10/2025
88
author: wwlpublish
99
ms.author: cahowd
1010
ms.topic: unit
11+
ms.custom:
12+
- N/A
1113
durationInMinutes: 11
1214
content: |
1315
[!include[](includes/4-examine-derived-class-new-members.md)]

learn-pr/wwl-azure/implement-class-inheritance/5-override-properties-methods-derived-class.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,12 @@ title: Override properties and methods in a derived class
44
metadata:
55
title: Override properties and methods in a derived class
66
description: "Override properties and methods in a derived class"
7-
ms.date: 03/06/2025
7+
ms.date: 03/10/2025
88
author: wwlpublish
99
ms.author: cahowd
1010
ms.topic: unit
11+
ms.custom:
12+
- N/A
1113
durationInMinutes: 11
1214
content: |
1315
[!include[](includes/5-override-properties-methods-derived-class.md)]

learn-pr/wwl-azure/implement-class-inheritance/6-access-base-class-members-derived-class.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,12 @@ title: Access base class members from a derived class
44
metadata:
55
title: Access base class members from a derived class
66
description: "Access base class members from a derived class"
7-
ms.date: 03/06/2025
7+
ms.date: 03/10/2025
88
author: wwlpublish
99
ms.author: cahowd
1010
ms.topic: unit
11+
ms.custom:
12+
- N/A
1113
durationInMinutes: 10
1214
content: |
1315
[!include[](includes/6-access-base-class-members-derived-class.md)]

learn-pr/wwl-azure/implement-class-inheritance/7-exercise-implement-base-derived-classes.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,12 @@ title: Exercise - Implement base and derived classes in a C# app
44
metadata:
55
title: Exercise - Implement base and derived classes in a C# app
66
description: "Exercise - Implement base and derived classes in a C# app"
7-
ms.date: 03/06/2025
7+
ms.date: 03/10/2025
88
author: wwlpublish
99
ms.author: cahowd
1010
ms.topic: unit
11+
ms.custom:
12+
- N/A
1113
durationInMinutes: 30
1214
content: |
1315
[!include[](includes/7-exercise-implement-base-derived-classes.md)]

learn-pr/wwl-azure/implement-class-inheritance/8-knowledge-check.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,12 @@ title: Knowledge check
44
metadata:
55
title: Knowledge check
66
description: "Knowledge check"
7-
ms.date: 03/06/2025
7+
ms.date: 03/10/2025
88
author: wwlpublish
99
ms.author: cahowd
1010
ms.topic: unit
11+
ms.custom:
12+
- N/A
1113
durationInMinutes: 3
1214
quiz:
1315
title: "Check your knowledge"

learn-pr/wwl-azure/implement-class-inheritance/9-summary.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,12 @@ title: Summary
44
metadata:
55
title: Summary
66
description: "Summary"
7-
ms.date: 03/06/2025
7+
ms.date: 03/10/2025
88
author: wwlpublish
99
ms.author: cahowd
1010
ms.topic: unit
11+
ms.custom:
12+
- N/A
1113
durationInMinutes: 3
1214
content: |
1315
[!include[](includes/9-summary.md)]

learn-pr/wwl-azure/implement-class-inheritance/includes/7-exercise-implement-base-derived-classes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ When you finish the exercise, return here for:
1111
- A summary of what you learned.
1212
- To earn a badge for completing this module.
1313

14-
[![Button to launch exercise.](../media/launch-exercise.png)](https://go.microsoft.com/fwlink/?linkid=2303868&azure-portal=true)
14+
[![Button to launch exercise.](../media/launch-exercise.png)](https://go.microsoft.com/fwlink/?linkid=2309511&azure-portal=true)

0 commit comments

Comments
 (0)