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
What is the main purpose of overloading operators?
Does c++ support exception handling?
What is near, far and huge pointers? How many bytes are occupied by them?
Explain mutable storage class specifier.
What does ctime() do?
What is the difference between strcpy() and strncpy()?
Describe the advantages of operator overloading?
When you overload member functions, in what ways must they differ?
What information can an exception contain?
What is the word you will use when defining a function in base class to allow this function to be a polimorphic function?
How do you declare A pointer to function which receives an int pointer and returns a float pointer
What do you mean by function overriding & function overloading in c++?
why is iostream::eof inside a loop condition considered wrong?
What is the use of lambda in c++?
How to declare a function pointer?