Answer Posted / laxmi reddy
Function overloading:- When we create more then 1
function as same name(like Sum)then it's overloading.
this types overloading in perameters are deffrent becouse
compiler is not know which function called. so sum(),sum
(int,int),sum(int float)etc.
Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
What is overloading in oop?
What is abstraction example?
write a program to find 2^n+1 ?
write a program to enter a string like"sunil is a good boy and seeking for a job" not more than 10 characters including space in one line,rest characters should b in other line.if the next line starts from in between the previous word,then print whole word to next line.
What is the oops and benefits of oops programming?
What causes polymorphism?
What are the 3 pillars of oop?
When not to use object oriented programming?
Why we use classes in oop?
How Do you Code Composition and Aggregation in C++ ?
What is abstract class in oops?
What does and I oop and sksksk mean?
What is difference between pop and oop?
What is overriding in oops?
write a program to find 2 power of a 5digit number with out using big int and exponent ?