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 is the two main roles of operating system?
You have two pairs: new() and delete() and another pair : alloc() and free(). Explain differences between eg. New() and malloc()
Explain what happens when an exception is thrown in C++.
Can you use the function fprintf() to display the output on the screen?
Who invented turbo c++?
Can we use this pointer in a class specific, operator-overloading function for new operator?
Do you know the problem with overriding functions?
Write a program which employs Recursion
How would you use qsort() function to sort an array of structures?
What is null and void pointer?
What is constant keyword in C++? Illustrate its various uses.
Can we provide one default constructor for our class?
What is polymorphism explain?
What is the purpose of template?
How a new element can be added or pushed in a stack?