Object-oriented programming (OOPs) Question:

What is Method overloading?

Tweet Share WhatsApp

Answer:

Method overloading occurs when a class contains two methods with the same name, but different signatures.

Download OOP PDF Read All 37 OOP Questions
Previous QuestionNext Question
What is Method Overriding? How to override a function in C#?What is Overriding?