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

What size is allocated to the union variable?

587


Why struct is used in c++?

618


Discuss the effects occur, after an exception thrown by a member function is unspecified by an exception specification?

635


Difference between an inspector and a mutator

764


Why is null pointer used?

674






What is an adjust field format flag?

644


Difference between a homogeneous and a heterogeneous container

659


What is an iterator?

684


How do you initialize a string in c++?

558


What do you mean by function and operator overloading in c++?

608


What type of question are asked in GE code writing test based on c++ data structures and pointers?

3501


what is data encapsulation in C++?

603


What is const pointer and const reference?

589


What is c++ & why it is used?

588


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

614