Tuesday, September 10, 2024
What is method overloading in java

Method Oveloading: Java में एक ही Program के भीतर दो या अधिक Method को परिभाषित करना संभव है जो एक ही नाम Share करते हैं, जब तक कि उनके Parameter declarations अलग-अलग होती हैं।
जब ऐसा होता है, तो उसे Methods को Overloaded कहा जाता है, और इस Process को Method Overload कहा जाता है। Method Overloading उन तरीकों में से एक है जो Java Polymorphism
को लागू करता है।

आसान शब्दों में “अगर एक से ज्यादा Methods का नाम समान हो, तो उसे Method Overloading कहा जाता हैं।”

Note : Method Overloading Java में एक feature है जहां दो या दो से अधिक methods का एक ही नाम हो सकता है, लेकिन parameters अलग – अलग होते है |

यहाँ एक सरल उदाहरण है जो Method Overload को दिखाता है:

method overloading in java

method overload java

 

Tags: , , , , , , , ,
Avatar
My name is Yash Pogra and I am the chief blogger at Codeash and where I like to share my internet/tech experience with my online readers on this website. I have been a webmaster from 2015 which is when I had registered my first company by the name Codeash. I have ventured into different online businesses like offering SEO Services, website development services.

Related Article

No Related Article

1 Comment

Avatar
Aniket Chavan 03/04/2019 at 12:45 am

Thoroughly covered the topic with descriptive and easy to interpret explanation

Leave a Comment