Answer Posted / rajeesh
polymorphism is a programming language feature that allows
values of different data types to be handled using a uniform
interface.
| Is This Answer Correct ? | 4 Yes | 1 No |
Post New Answer View All Answers
What is abstraction in oop with example?
Prepare me a program for the animation of train
There are two base class B1,B2 and there is one class D which is derived from both classes, Explain the flow of calling constructors and destructors when an object of derived class is instantiated.
What is encapsulation selenium?
What is class and example?
What are the benefits of interface?
What is overloading in oops?
What is object and example?
Can enum be null?
What is a class in oop?
What is inheritance in simple words?
What is overriding vs overloading?
What is multilevel inheritance?
Can we override main method?
Why do we need polymorphism in c#?