What is polymorphism in oops?
If the class is designed in such a way that the methods with same and with different parameters provided then the depending the input values each method gets executed as per the input provided and gives the appropriate output as given in each different method though has same name of the method in that class. Poly means many with similar, ..Having multiple input will get multiple methods gets multiple output, as given accordingly.
| Is This Answer Correct ? | 0 Yes | 0 No |
write a c++ program to find maximum of two numbers using inline functions.
In multilevel inheritance constructors will be executed from the .... class to ... class
Hi All, I am new to programming and want to know how can i write a code to take input of 2 numbers from user and swap it without using a temp variable?
What are different oops concepts?
What is the difference between encapsulation and polymorphism?
ambiguity regulation of multiple inheritance with example.
What are the access specifiers avaible in c++?
What is constructor overloading in oop?
Why is polymorphism needed?
polymorphism means?
What do you mean by Encapsulation?
Write a program to demonstrate the use of 'Composition' in C++