Explain polymorphism? What r the types of polymorphism?
pls give examples?
Answer Posted / ajay kanth donkada
Poly as the name states is some thing have more than one
form.
Types are:
Compile Time &
Run time
Example of compile time is Function Overloading/operator
overloading.
Example of Run time: Function overriding.
| Is This Answer Correct ? | 6 Yes | 4 No |
Post New Answer View All Answers
Explain the concepts involved in Object Oriented programming.
Explain the advantages of inheritance.
What is ambiguity in inheritance?
What is variable example?
What is the full form of oops?
What makes a language oop?
Can main method override?
What is the difference between a constructor and a destructor?
How is class defined?
What is pointer in oop?
Why is object oriented programming so hard?
What is encapsulation example?
How to hide the base class functionality in Inheritance?
What is the real time example of inheritance?
What is Difeerence between List obj=new ArrayList(); and ArrayList obj=new ArrayList()?