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

Can I learn c++ as my first language?

611


Differentiate between a copy constructor and an overloaded assignment operator.

645


What are the four partitions in which c++ compiler divides the ram?

701


What are c++ redistributables?

564


Is c++ platform dependent?

637






Do vectors start at 0?

596


What is stack unwinding?

608


Which of the following is not a valid declaration for main() a) int main() b) int main(int argc, char *argv[]) c) They both work

609


Why do we need constructors in c++?

621


How many standards of c++ are there?

628


Write about c++ storage classes?

757


What is near, far and huge pointers? How many bytes are occupied by them?

663


What data structure is fastest, on average, for retrieving data: a) Binary Tree b) Hash Table c) Stack

590


What is the return value of the insertion operator?

606


What will strcmp("Astring", "Astring"); return a) A positive value b) A negative value c) Zero

641