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
How to improve object oriented design skills?
What is abstraction in oops with example?
just right the logic of it 1--> If few people are electing then every time ur candidate should win 2--> arrange books in box, if box carry weight == books weight then take another box..... find the no of box required.
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 encapsulation in oop?
Can destructor be overloaded?
What are properties in oop?
What is encapsulation process?
What is oops with example?
What are the components of marker interface?
What is the oops and benefits of oops programming?
What is the difference between a mixin and inheritance?
What is protected in oop?
Explain the concepts involved in Object Oriented programming.
What is Difference Between Inheritance and creating object and getting data? means Class A extends B{ B.getMethod();} (OR) Class A{ b obj=new B(); obj.getMethod(); }