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 abstraction c++?
What are c++ tokens?
What is function overloading in C++?
Comment on local and global scope of a variable.
What is the difference between public and private data members?
What is time_t c++?
How can you create a virtual copy constructor?
What is the use of map in c++?
What are c++ variables?
Can the operator == be overloaded for comparing two arrays consisting of characters by using string comparison?
Explain the difference between new() and malloc() in c++?
what are Access specifiers in C++ class? What are the types?
Name the implicit member functions of a class.
Which bitwise operator is used to check whether a particular bit is on or off?
Describe linkages and types of linkages?