Skip to content

Commit a272127

Browse files
committed
Section 11 Object-Oriented Programming
Signed-off-by: https://github.com/Someshdiwan <[email protected]>
1 parent 608ea13 commit a272127

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Section11ObjectOrientedProgramming/src/Polymorphism.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Polymorphism is a core concept in Object-Oriented Programming (OOP) that refers to the ability of a single function,
1+
Polymorphism is a core concept in Object-Oriented Programming that refers to the ability of a single function,
22
method, or object to behave in multiple ways.
33

44
The term polymorphism comes from Greek, where "poly" means "many" and "morph" means "form"

0 commit comments

Comments
 (0)