Answer Posted / amol shevkari
Polymorphism is an concept of OOPS.
Polymorphism allows a client to treat different objects in
the same way even if they were created from different
classes and exhibit different behaviors.
Ex.Traffic Signal->>>>Whenever red signal is glow,the all
different type of braking systems works.i.e.all vehicles of
braking system but there implementation is different and
purpose is same.
| Is This Answer Correct ? | 130 Yes | 44 No |
Post New Answer View All Answers
What is oops?what is its use in software engineering?
What is polymorphism what are the different types of polymorphism?
What is overloading in oop?
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?
Why is destructor used?
Write a java applet that computes and displays the squares of values between 25 and 1 inclusive and displays them in a TextArea box
What is the problem with multiple inheritance?
What is polymorphism in oops with example?
What is polymorphism and why is it important?
What is the use of oops?
What is inheritance in oop?
Question: Write a program that prints a paycheck. Ask the program user for the name of the employee, the hourly rate, and the number of hours worked. If the number of hours exceeds 40, the employee is paid “time and a half”, that is, 150 percent of the hourly rate on the hours exceeding 40. Be sure to use stepwi se refine ment and break your solution into several functions. Use the int_name function to print the dollar amount of the check.
What are the 5 oop principles?
class type to basic type conversion
What is polymorphism give a real life example?