Explain the concept of polymorphism with examples?

Answers were Sorted based on User's Feedback



Explain the concept of polymorphism with examples?..

Answer / dhawal

polymorphisum-polymorphisum means one name many
forms,basically polymorphisum is base class pointer which
can access derive class members

real time example:-
on street signal if red signal turn on all type of vehicals
are stops means on single action multiple tasks are done.


compile time polymorphisum-overloading.

run time polymorphisum-overriding.

Is This Answer Correct ?    16 Yes 0 No

Explain the concept of polymorphism with examples?..

Answer / venkat

Polymorphism means If one thing exists in different forms v
can it as pOlymorphism
EX:Overloading
Overriding

Is This Answer Correct ?    14 Yes 7 No

Explain the concept of polymorphism with examples?..

Answer / ravikiran(aptech mumbai)

polymorphism is utilizing the same interface for multiple
purposes
ex:-overloading,overriding

Is This Answer Correct ?    7 Yes 2 No

Explain the concept of polymorphism with examples?..

Answer / nazim virani

Polymorphism is accomplished when different component or
classes behave differently on same interface

Is This Answer Correct ?    3 Yes 1 No

Explain the concept of polymorphism with examples?..

Answer / sankar

polymorphism helps us create classes which are simple and
user friendly.it allow the class to behave polymorphicly
when different inputs are passed on to it.

Is This Answer Correct ?    6 Yes 5 No

Explain the concept of polymorphism with examples?..

Answer / babul mog

Polymorphism: polymorphism means the same interface for multiple purposes,basically it is base class pointer which can access derive class members.
It has two types:
1. compile time polymorphisum: function overloading,function overriding.
2. runtime polymorphism : virtual function.

Is This Answer Correct ?    2 Yes 1 No

Post New Answer

More Core Java Interview Questions

Explain the difference between jvm and jre?

0 Answers  


What is loop in java?

0 Answers  


what is mean by String and StringBuffer? What is mean by Methooverriding and Overloading?

3 Answers   Satyam, STI,


How do you declare an infinite loop?

2 Answers  


What does sizeof return?

0 Answers  


What is use of functional interface in java 8? Explain

0 Answers  


What’s the difference between callable and runnable?

0 Answers  


What does it mean to flush a file?

0 Answers  


what do you mean by classloader in java?

0 Answers  


What primitive Java types? Howmany are they and what are their names?

3 Answers  


What are the 5 types of research methods?

0 Answers  


How do you check if an arraylist is not empty?

0 Answers  


Categories