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
Why do we use polymorphism in oops?
Is html an oop?
Is abstract thinking intelligence?
What does and I oop mean?
What do you mean by overloading?
What is balance factor?
What exactly is polymorphism?
write a program to enter a string like"sunil is a good boy and seeking for a job" not more than 10 characters including space in one line,rest characters should b in other line.if the next line starts from in between the previous word,then print whole word to next line.
Which is not an object oriented programming language?
Explain virtual inheritance?
What is ambiguity in inheritance?
Can we create object of interface?
What is overloading in oops?
What is coupling in oop?
What does enum stand for?