What are the different forms of polymorphism??

Answer Posted / amit

1.Compile time polymorphism
Exhibited by: Function overloading
Operator overloading
2.Run time polymorphism
Exhibited by: Function overriding

Is This Answer Correct ?    8 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is oops concept with example?

773


They started with the brief introduction followed by few basic C++ questions on polumorphism, inheritance and then virtual functions. What is polymorphims? How you will access polymorphic functions in C? How virtual function mechanism works?

1631


What is class encapsulation?

838


What is multilevel inheritance explain with example?

872


How do you define social class?

818


What is constructor in oop?

829


What is inheritance and how many types of inheritance?

829


Why do we need polymorphism in c#?

896


can inline function declare in private part of class?

3995


Give two or more real cenario of virtual function and vertual object

2083


write a C++ program for booking using constructor and destructor.

2279


Following are the class specifications: class {int a}; class {int b}; Using friend funtion,calculate the max of two objects and display it.

2223


What is polymorphism what are the different types of polymorphism?

753


What is advantage of inheritance?

948


Can static class have constructor?

791