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 class in oops?
What is overloading in oops?
What are different oops concepts?
Whats oop mean?
What is polymorphism explain?
can we make game by using c
What does and I oop mean in text?
Can static class have constructor?
Can you inherit a private class?
What is the benefit of oop?
String = "C++ is an object oriented programming language.An imp feature of oops is classes and objects".Write a pgm to count the repeated words from this scenario?
what is different between oops and c++
What is the difference between a constructor and a destructor?
What is polymorphism used for?
Write a C++ program without using any loop (if, for, while etc) to print prime numbers from 1 to 100 and 100 to 1 (Do not use 200 print statements!!!)