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 f1b058a commit 259b0a4
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion docs/Object Oriented Programming/Polymorphism.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
---
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"
tags: [Polymorphism, OOPS, Java]
---

## Polymorphism


Expand Down Expand Up @@ -613,4 +621,4 @@ class BabyDog extends Dog{
a3.eat();
}
}
```
```

0 comments on commit 259b0a4

Please sign in to comment.