Answer Posted / naidu
method name is same and signature is different, signature
means, .type of parameters or
.order of parameters or
.number of param
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Write a program to find the Factorial of a number
Describe the advantage of an external iterator.
Is c++ faster than c?
How many types of modularization are there in c++?
What is iostream in c++ used for?
What is a manipulative person?
What function initalizes variables in a class: a) Destructor b) Constitutor c) Constructor
What is #include sstream?
How should a contructor handle a failure?
What is a constructor and how is it called?
Why can templates only be implemented in the header file?
Explain static and dynamic memory allocation with an example each.
What are abstract data types in c++?
Explain deep copy?
Do you know what are pure virtual functions?