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 arrays c++?
What is inheritance in simple words?
In the derived class, which data member of the base class are visible?
How do you traverse a btree in backward in-order?
What is c++ iterator?
Explain deep copy?
Define a constructor?
Explain the concept of copy constructor?
Explain dangling pointer.
Explain overriding.
What is solid in oops?
Does c++ have a hash table?
How do you print a string on the printer?
What do you mean by early binding?
What is c++ best used for?