Skip to content

Commit

Permalink
Update Polymorphism.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tanishqkolhatkar93 authored Nov 4, 2024
1 parent 259b0a4 commit 30c398d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/Object Oriented Programming/Polymorphism.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
id: Polymorphism
title: "Polymorphism in Object-Oriented Programming"
sidebar_label: "Generate Details about Polymorphism"
description: "Abstraction in Java is the process of hiding unnecessary implementation details from the user, focusing on exposing only the essential functionalities"
description: "
Polymorphism is a core concept in object-oriented programming that allows objects of different classes to be treated as instances of the same class through a shared interface"
tags: [Polymorphism, OOPS, Java]
---

Expand Down

0 comments on commit 30c398d

Please sign in to comment.