adspace


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

How c functions prevents rework and therefore saves the programers time as wel as length of the code ?

1172


Can union be self referenced?

1279


daily Routine of father

1492


What character terminates all character array strings a) b) . c) END

1403


What is the latest version on c++?

1217