write a program for function overloading?
Answer Posted / vadivel
Function Overloading:
function overloading is nothing but same
function name but it passes the different arguments.
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
What is overloading in oops?
What is debug class?what is trace class? What differences are between them? With examples.
What is the purpose of polymorphism?
assume the program must insert 4 elements from the key board and then do the following programs.sequential search(search one of the elements),using insertion sort(sort the element) and using selection sort(sort the element).
Write A Program to find the ambiguities in Multiple Inheritance? How are they resolved.(Virtual Functions)
What is a class oop?
What is interface in oop?
Templates mean
What is difference between oop and pop?
What is meant by oops concept?
Give an example where we have to specifically use C programming language and C++ programming language cannot be used?
why reinterpret cast is considered dangerous?
What is polymorphism explain its types?
Why multiple inheritance is not allowed?
What is encapsulation c#?