Answer Posted / naren
Polymorphism means ability to take more than one form.
There are two types of polymorphism
1.Method Overloading(compile time polymorphism)
2.Method Overriding(run-time polymorphism)
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
Why is there no multiple inheritance?
How is class defined?
What is the important feature of inheritance?
What is polymorphism give a real life example?
What is an interface in oop?
What is the difference between procedural programming and oops?
What are oops functions?
Can we create object of interface?
What are the benefits of oop?
What is the main feature of oop?
What is super in oop?
What is the real time example of encapsulation?
write a code for this:trailer recordId contains a value other than 99, then the file must error with the reason ‘Invalid RECORD_ID’(User Defined Exception).
What is polymorphism oop?
What is inheritance and how many types of inheritance?