Compare compile time polymorphism and Runtime polymorphism
Answer Posted / hrpynux@gmail.com
In Compile time Polymorphism, the call is resolved by the compiler. In Run time Polymorphism, the call is not resolved by the compiler. It is also known as Static binding, Early binding and overloading as well. It is also known as Dynamic binding, Late binding and overriding as well
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What are c++ templates used for?
What is algorithm in c++ programming?
What is bubble sort c++?
What c++ library is string in?
How a new operator differs from the operator new?
What language is a dll written in?
Suppose that data is an array of 1000 integers. Write a single function call that will sort the 100 elements data [222] through data [321].
what is scupper?
Describe public access specifiers?
What is the difference between a declaration and a definition?
How do I write a c++ program?
What it is and how it might be called (2 methods).
What is an associative container in c++?
What is the difference between a type-specific template friend class and a general template friend class?
Why is c++ called oops?