Skip to content

Commit 38defa1

Browse files
authored
Update Polymorphism.md
1 parent 21fe45f commit 38defa1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/Concepts/Polymorphism/Polymorphism.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ has_children: false
1313

1414
{: .warning }
1515
This article is quite advanced and assumes you have an understanding of Object Oriented Programming.
16-
If not, please refer to the [C++](/docs/Concepts/OOP/OOP.md) section of this book!
16+
If not, please refer to the [OOP](/docs/Concepts/OOP/OOP.md) section of this book!
1717

1818
Polymorphism is a fundamental concept in object-oriented programming (OOP) that allows objects of different classes to be treated as objects of a common superclass. It enables a single interface to be used for entities of different types, promoting flexibility, extensibility, and code reuse. Polymorphism can be achieved through two main mechanisms: compile-time (or static) polymorphism and run-time (or dynamic) polymorphism.
1919

0 commit comments

Comments
 (0)