what is polymorpsim? what are its types?

Answer Posted / varsha agrawal

polymorphism means "poly" means 'one' and "morphism" means
'forms'. so we can say that polymorphism means one name
which has multiple forms.
ex:-blood group.
polymorphism are two types:
1) Static polymorphism: this is taken place in compile time.
2) Dynamic polymorphism: this is taken place in compile time.

Is This Answer Correct ?    1 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

INSTANCE FIELDS DECLARED private ARE ACCESSIBLE BY THE METHODS ONLY.CAN WE CHANGE THE private FIELD OF AN OBJECT IN A METHOD OF SOME OTHER OBJECT OF THE SAME CLASS?

1639


What is class and object with example?

590


How is class defined?

588


What is the difference between procedural programming and oops?

559


There are two base class B1,B2 and there is one class D which is derived from both classes, Explain the flow of calling constructors and destructors when an object of derived class is instantiated.

1460






What is a class oop?

594


What is Difeerence between List obj=new ArrayList(); and ArrayList obj=new ArrayList()?

2110


What is the oops and benefits of oops programming?

558


What is abstraction with example?

609


What is polymorphism in oops?

562


What exactly is polymorphism?

612


What does and I oop mean?

620


What is interface? When and where is it used?

1666


Why do we use oops?

595


why reinterpret cast is considered dangerous?

1906