Explain what you understand by function overloading.



Explain what you understand by function overloading...

Answer / Virendra

Function Overloading is a feature in OOP where multiple functions with the same name but different parameters can be defined for a class. The correct function to be called is determined at compile time based on the provided arguments.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More OOAD Interview Questions

Difference between composition and inheritance ?

1 Answers  


How a program can be structured using the concept of object oriented programming?

1 Answers  


What is hybrid inheritance?

1 Answers  


What is the default access specifier in a class definition?

1 Answers  


What is method overriding?

1 Answers  


Can we override a method by using same method name and arguments but different return types?

1 Answers  


Difference between abstraction and implementation hiding ?

1 Answers  


Define a good interface?

1 Answers  


What is the difference between a virtual method and an abstract method?

1 Answers  


Define exceptions?

1 Answers  


Differentiate between a class and a method.

1 Answers  


Difference: Object Oriented Analysis (OOA) and Object Oriented Design (OOD)?

5 Answers   ABC, Protech,


Categories