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
To what does “event-driven” refer?
What data encapsulation is in c++?
How can you quickly find the number of elements stored in a static array? Why is it difficult to store linked list in an array?
What is a c++ map?
What are the symptoms of stl?
Explain the FOR loop with a help of a code.
Is swift better than c++?
Which programming language is best?
Write a C++ program without using any loop (if, for, while etc) to print prime numbers from 1 to 100 and 100 to 1 (Do not use 200 print statements!!!)
Can c++ do everything c can?
What is a block in c++?
What are the types of pointer?
Explain bubble sorting.
Name the debugging methods that are used to solve problems?
What is the use of class in c++?