Skip to content

Commit 03d8894

Browse files
authored
Merge pull request #49458 from wwlpublish/b834983e668ba1084ad72ab5fc2bef423840ca482b170a108a0c5a1f26c51178-live
implement-inheritance-polymorphism
2 parents 21be468 + 7fb3a48 commit 03d8894

File tree

1 file changed

+31
-0
lines changed
  • learn-pr/paths/implement-inheritance-polymorphism

1 file changed

+31
-0
lines changed
Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
### YamlMime:LearningPath
2+
uid: learn.wwl.implement-inheritance-polymorphism
3+
metadata:
4+
title: Implement inheritance and polymorphism
5+
description: Implement inheritance and polymorphism
6+
ms.date: 03/10/2025
7+
author: wwlpublish
8+
ms.author: cahowd
9+
ms.topic: learning-path
10+
title: Implement inheritance and polymorphism
11+
prerequisites: |
12+
- An installation of Visual Studio Code with the C# Dev Kit extension installed.
13+
- The ability to develop basic object-oriented program in C# that implement classes with properties and methods.
14+
- The ability to create interfaces that define a contract for the classes implemented by an object-oriented program written in C#.
15+
summary: |
16+
Learn how to create class hierarchies using base and derived classes and how to implement polymorphic behavior by using either class inheritance or interface implementation.
17+
iconUrl: /training/achievements/generic-trophy.svg
18+
levels:
19+
- beginner
20+
roles:
21+
- developer
22+
- higher-ed-educator
23+
- k-12-educator
24+
- student
25+
products:
26+
- vs
27+
modules:
28+
- learn.wwl.implement-class-inheritance
29+
- learn.wwl.implement-polymorphic-behavior
30+
trophy:
31+
uid: learn.wwl.implement-inheritance-polymorphism.trophy

0 commit comments

Comments
 (0)