Answer Posted / kanchana
polymorphism means giving same name to differt functions
.but it signature will be different
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What are the defining traits of an object-oriented language?
Difference between a copy constructor and an assignment operator.
Mention the ways in which parameterized can be invoked. Give an example of each.
Explain one method to process an entire string as one unit?
What flag means?
What are the storage qualifiers?
Does c++ have arraylist?
Write a code/algo to find the frequency of each element in an array?
What's the best free c++ profiler for windows?
Explain the difference between using macro and inline functions?
What are the benefits of pointers?
When should we use multiple inheritance?
Can we declare a base-class destructor as virtual?
Explain what are single and multiple inheritances in c++?
What is the difference between global int and static int declaration?