What are the different types of polymorphism?

Answer Posted / uio

there are two types of palymorphism
1.operator overloading
2.function overloading

Is This Answer Correct ?    2 Yes 6 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Why c++ does not have finally?

595


What is the difference between containment and delegation?

706


Do you know the use of vtable?

637


an integer constant must have atleast one a) character b) digit c) decimal point

556


Which software is best for c++ programming?

582






What does getch() do according to the ANSI C++ standard a) Reads in a character b) Checks the keyboard buffer c) Nothing in particular (Its not defined there)

602


Can the creation of operator** is allowed to perform the to-the-power-of operations?

582


Arrange Doubly linked list in the ascending order of its integral value and replace integer 5 with 7?

3703


What is late binding c++?

543


What are the advantages of using a pointer? Define the operators that can be used with a pointer.

606


What is encapsulation in c++ with example?

587


How do you declare a set in c++?

538


Explain the isa and hasa class relationships.

595


Write a program to find the Fibonacci series recursively.

612


If dog is a friend of boy and boy is a friend of house, is dog a friend of house?

555