Object-oriented programming (OOPs) Question:

Download Job Interview Questions and Answers PDF

What is Method overloading?

OOP Interview Question
OOP Interview Question

Answer:

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

Download OOP Interview Questions And Answers PDF

Previous QuestionNext Question
What is Method Overriding? How to override a function in C#?What is Overriding?