Describe functional overloading?

Answer Posted / harini

function overloading means ,the same functions which is used for different purpose with different parameter..

Is This Answer Correct ?    1 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Which c++ operator cannot overload?

522


Should you pass exceptions by value or by reference?

675


Write a program using display() function which takes two arguments.

577


What are containers in c++?

544


What is the difference between struct and class?

714






How do you invoke a base member function from a derived class in which you have not overridden that function?

555


If there are two catch statements, one for base and one for derived, which should come first?

551


How do you establish a has-a relationship?

584


What would happen on forgetting [], while deallocating an array through new?

605


What is one dimensional array in c++?

557


What does catch(…) mean?

587


write a corrected statement so that the instruction will work properly. if (4 < x < 11) y = 2 * x;

1481


Write a function that swaps the values of two integers, using int* as the argument type?

582


How do you generate a random number in c++?

581


List the special characteristics of constructor.

697