Answer Posted / gita tomer
polymorphism means the ability to take more than one form.It can done multipal task bye using single operation .And also it is very essentialfeature for oops.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Can a varargs method be overloaded?
What is the example of polymorphism?
What is persistence in oop?
What is polymorphism in oop example?
How do you achieve runtime polymorphism?
What is difference between pop and oop?
What is abstraction in oops with example?
What are oops functions?
What is difference between data abstraction and encapsulation?
What does and I oop and sksksk mean?
Why is abstraction used?
What is multilevel inheritance explain with example?
What is Difference Between Inheritance and creating object and getting data? means Class A extends B{ B.getMethod();} (OR) Class A{ b obj=new B(); obj.getMethod(); }
What is the difference between encapsulation and polymorphism?
They started with the brief introduction followed by few basic C++ questions on polumorphism, inheritance and then virtual functions. What is polymorphims? How you will access polymorphic functions in C? How virtual function mechanism works?