Answer Posted / sangita patel
Polymorphism means one name multiple form.
It is implemented using overloaded function and operators.
Its is of two types
1) compile time polymorphism(function overloding
2) run time ploymorphism
| Is This Answer Correct ? | 7 Yes | 1 No |
Post New Answer View All Answers
what is c++
What do you mean by enumerated data type?
Why are pointers used?
the maximum length of a character constant can be a) 2 b) 1 c) 8
What data structure is fastest, on average, for retrieving data: a) Binary Tree b) Hash Table c) Stack
What are arithmetic operators?
Does c++ have arraylist?
What is basic if statement syntax?
write a porgram in c++ that reads an integer and print the biggest digit in the number
How many types of scopes are there in c++?
Differentiate between C and C++.
What are the advantages of prototyping?
Is python better than c++?
How can you differentiate between inheritance and implementation in c++?
What does #define mean in c++?