Answer Posted / divyaja
Polymorphism is a greek word.'Poly' means many.'Morphism'
means programs.'Polymorphism' many programs.That means by
calling many forms or many programs using one interface.By
using polymorphism we can achieve overloading and overriding.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Why do we need constructors in c++?
State the difference between delete and delete[].
Write a program in c++ to print the numbers from n to n2 except 5 and its multiples
Explain about Garbage Collector?
What is the best c++ book for beginners?
What is insertion sorting?
What are keywords in c++?
What is the use of default constructor?
What are the advantages of using a pointer? Define the operators that can be used with a pointer.
What are the advantages of using a pointer?
In which header file does one find isalpha() a) conio.h b) stdio.h c) ctype.h
What is general format for a prototype?
What is a lambda function c++?
Explain the difference between c & c++?
What is the difference between a baller and a reference in C++?