Answer Posted / srujana
If binding is resolved at compilation time then it is said
to be static polymorphism.
If binding is resolved at reun time then it is said to be
dynamic polymorphism. to implement dynamic polymorphism,
pointers and virtual functions are used.
| Is This Answer Correct ? | 22 Yes | 5 No |
Post New Answer View All Answers
What are the benefits of polymorphism?
Can bst contain duplicates?
What does it mean when someone says I oop?
What is advantage of inheritance?
Why do we use polymorphism?
What is class and example?
What is abstraction in oops?
What are oops methods?
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(); }
How do you achieve polymorphism?
any one please tell me the purpose of operator overloading
Plese get me a perfect C++ program for railway/airway reservation with all details.
How many human genes are polymorphic?
What do you mean by abstraction?
What is solid in oops?