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 is binary search in c++?
What is the use of data hiding?
Why is c++ considered difficult?
What is abstraction c++?
How do I tokenize a string in c++?
What is the purpose of ios::basefield in the following statement?
What is the return value of the insertion operator?
Explain the different access specifiers for the class member in c++.
Why are pointers not used in c++?
What does the following do: for(;;) ; a) Illegal b) Loops forever c) Ignored by compiler...not illegal
What is a multimap c++?
What is class syntax c++?
What are the advantages of using friend classes?
Which compiler does turbo c++ use?
Should I learn c++ c?