Describe functional overloading?

Answer Posted / naidu

method name is same and signature is different, signature
means, .type of parameters or
.order of parameters or
.number of param

Is This Answer Correct ?    1 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is an iterator?

696


What is c++ manipulator?

566


What is the full form of c++?

627


Is c++ low level?

588


Explain static and dynamic memory allocation with an example each.

654






Is c++ a software?

734


What is Destructor in C++?

645


What is the difference between #define debug 0 and #undef debug?

654


How can you quickly find the number of elements stored in a a) static array b) dynamic array ? Why is it difficult to store linked list in an array?how can you find the nodes with repetetive data in a linked list?

665


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

1524


What is the main use of c++?

563


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

620


What do you mean by a template?

636


Why is c++ still best?

568


What is the difference between new() and malloc()?

627