Answer Posted / krishnakala
polymorphism means exhibiting many forms with same name.it is possible by using interface
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is the use of bit fields in structure declaration?
What is a NULL Macro? What is the difference between a NULL Pointer and a NULL Macro?
What parameter does the constructor to an ofstream object take?
Why do we use constructor?
What is the difference between ++ count and count ++?
Define virtual constructor.
What is this pointer in c++?
What are namespaces in c++?
What is class definition in c++ ?
Can we delete this pointer in c++?
How will you call C functions from C ++ and vice-versa?
How does work in c++?
Write about an iterator class?
What are the advantages of using pointers in a program?
List the issue that the auto_ptr object handles?