what is overloading

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


Please Help Members By Posting Answers For Below Questions

What is overloading in oop?

653


What is abstraction example?

698


write a program to find 2^n+1 ?

1654


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.

1881


What is the oops and benefits of oops programming?

636






What causes polymorphism?

673


What are the 3 pillars of oop?

727


When not to use object oriented programming?

671


Why we use classes in oop?

667


How Do you Code Composition and Aggregation in C++ ?

24419


What is abstract class in oops?

675


What does and I oop and sksksk mean?

743


What is difference between pop and oop?

700


What is overriding in oops?

705


write a program to find 2 power of a 5digit number with out using big int and exponent ?

2004