What is function overloading?,describe it with the example.
Answer Posted / mayank kumar
function overloading means the name of the function is same
but the signature is diffrent. signature means return type
as well as no. of parameters.
| Is This Answer Correct ? | 4 Yes | 1 No |
Post New Answer View All Answers
What is polymorphism and example?
String = "C++ is an object oriented programming language.An imp feature of oops is classes and objects".Write a pgm to count the repeated words from this scenario?
What is class and object in oops?
Which method cannot be overridden?
What is oops and its features?
What is encapsulation with real life example?
What is object in oops?
What is abstract class in oops?
What is new keyword in oops?
Why do we use oop?
Prepare me a program for the animation of train
What is destructor example?
How to call a non virtual function in the derived class by using base class pointer
What is the point of polymorphism?
Why is static class not inherited?