You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
0 commit comments