Describe functional overloading?

Answer Posted / harini

function overloading means ,the same functions which is used for different purpose with different parameter..

Is This Answer Correct ?    1 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is buffering in c++?

589


Can you pass a vector to a function?

540


Which is the best c++ compiler for beginners?

564


What is the use of 'this' pointer?

774


What is a class template in c++?

527






Can we use this pointer inside static member function?

630


I want to write a C++ language program that: 1. Reads in the size of a square from the screen; 2. Prints a hollow square of that size out of “-“, “|” and blanks on screen; 3. Prints the same hollow square onto a text file. The program should work for squares of all side sizes between 1 and 20.

2297


What is the c++ programming language used for?

583


In which situation the program terminates before reaching the breakpoint set by the user at the beginning of the mainq method?

592


Which recursive sorting technique always makes recursive calls to sort subarrays that are about half size of the original array?

614


What does the following do: for(;;) ; a) Illegal b) Loops forever c) Ignored by compiler...not illegal

704


How long it will take to learn c++?

618


What is private inheritance?

599


What is encapsulation in c++?

674


Can a constructor be private?

584