What Is Polymorphism in C++ ?
Answer Posted / nashiinformaticssolutions
An object-oriented programming concept called polymorphism enables a function or object to act differently depending on the situation. Polymorphism in C++ can be called at compile time or at runtime.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What are the major differences between C and C++?
What is a dangling pointer in c++?
Get me an image implementation program.
What are the advantages of using a pointer? Define the operators that can be used with a pointer.
What is the main purpose of inheritance law?
What will the line of code below print out and why?
What is scope in c++ with example?
What is meant by exit controlled loop?
Explain the volatile and mutable keywords.
Explain the difference between c++ and java.
What are references in c++? What is a local reference?
What does iomanip mean in c++?
How do you achieve runtime polymorphism?
Which language is not a true object oriented programming language?
List the issue that the auto_ptr object handles?