Describe functional overloading?

Answer Posted / abhishek sinha

functiion overloading means in a program we can define more
than function with the same name but different argument.

Is This Answer Correct ?    2 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is meant by entry controlled loop?

687


What is the difference between while and do while loop?

602


What number of digits that can be accuratly stored in a float (based on the IEEE Standard 754)? a) 6 b) 38 c) An unlimited number

832


What is the use of pointer in c++ with example?

591


Why we use #include conio h in c++?

629






Differentiate between a copy constructor and an overloaded assignment operator.

671


What is wrapper class in c++?

654


How do we balance an AVL Tree in C++?

675


Write a corrected statement in c++ so that the statement will work properly. if (4 < x < 11) y=2*x;

1542


Differentiate between a constructor and a method in C++.

592


What is implicit pointer in c++?

645


What is null and void pointer?

625


What are pointers used for c++?

610


Describe linked list using C++ with an example.

684


Assume studentNames and studentIDs are two parallel arrays of size N that hold student data. Write a pseudocode algorithm that sorts studentIDs array in ascending ID number order such that the two arrays remain parallel.

1754