what's the difference between function overloading and
function overiding?
Answer Posted / a srinivas rao
function overloading is the process of defining the same
function name with different arguments,number of
arguments ,or ordinal positions of arguments.
function overriding is the process of defining the Base
class function in the derived class with different code
implementation.
Is This Answer Correct ? | 63 Yes | 5 No |
Post New Answer View All Answers
Is there any error below, its a code to delete all entires from a map #include
What is stl stack?
What is stl language?
how to making game in c++ ?
What is a stl vector?
What are stl algorithms?
What are the components of stl?
What is a standard template library (stl)? What are the various types of stl containers?
Is string part of stl?
In what scenario does the Logical file and Physical file being used?
To modify an, existing worksheet. What steps are involved for: 1. Inserting and deleting rows and columns. 2. Printing cell formulas 3Jld displayed values 3. Using the page setup command
Who wrote stl?
What is the use of stl?
Can we use stl in coding interviews?
What two types of containers does the stl provide?