What are the different forms of polymorphism??

Answer Posted / purba phalguni mishra

(1). Operator overloading.
(2). Function overloading.
(3). Virtual functions

Is This Answer Correct ?    11 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is object and example?

604


What is abstraction in oop?

635


Why do we use polymorphism in oops?

581


What is new keyword in oops?

593


What is abstraction in oops with example?

776






What is the difference between a constructor and a destructor?

613


What is abstract class in oops?

600


What is encapsulation with real life example?

572


What is meant by multiple inheritance?

738


What are the advantages of polymorphism?

577


What is oops in programming?

568


Why do we use class in oops?

555


What is the fundamental idea of oop?

638


What is polymorphism explain?

693


Write a C++ program without using any loop (if, for, while etc) to print prime numbers from 1 to 100 and 100 to 1 (Do not use 200 print statements!!!)

1639