Describe functional overloading?

Answer Posted / ningu

functional overloading means in a program we can have one or
more functions with the same name but they must differ in

:No of parameters passed
:order of the parameter passed
:the type of the parameter

Oop languages like C++ and Java posses this tecnique

Is This Answer Correct ?    8 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Write down the equivalent pointer expression for referring the same element a[i][j][k][l]?

932


What is c++ runtime?

821


Can you use the function fprintf() to display the output on the screen?

924


What is atoi in c++?

793


What is the difference between C and CPP?

818






Explain what you mean by a pointer.

832


What is a literal in c++?

726


How are virtual functions implemented in c++?

788


How do you differentiate between overloading the prefix and postfix increments?

785


int age=35; if(age>80) {Console.WriteLine("Boy you are old");} else {Console.WrieLine("That is a good age");}

1014


What is command line arguments in C++? What are its uses? Where we have to use this?

836


what kind of projects are suitable for c and c++

806


Define a pointer to a data member of the type pointer to pointer?

744


Explain operator overloading.

800


What do you mean by function pointer?

809