Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


what is polymorphism with example?types of polymorphism?

Answers were Sorted based on User's Feedback



what is polymorphism with example?types of polymorphism?..

Answer / sai

Two Types,namely

1)Compile Time Poly(Say as Method Overloading)
Methods having same name but differ in no. of
Parameters,Return type and order of parameters.

2)Runtime Poly(say as Method Overriding and Dynamic Dispatch)
Subclass methods having the same signature as that
of the super class method.

Is This Answer Correct ?    1 Yes 0 No

what is polymorphism with example?types of polymorphism?..

Answer / sss

Polymorphsim means one name many form it is basically two type compile time polymorphsim and run time polymorphsim.

Is This Answer Correct ?    1 Yes 0 No

what is polymorphism with example?types of polymorphism?..

Answer / barkha

Polymorphism means one word having different meaning at
different instances.
There are two types.
1)Method overloading
2)Method overriding

Is This Answer Correct ?    25 Yes 39 No

what is polymorphism with example?types of polymorphism?..

Answer / sandeep

It is reacting differently for the same kind of message.

For example,

Consider Parrot,Penguin & tiger

My message is "approach me quickly"

Their different reactions:

Parrot approaches me by " flying"
Penguin approaches me by "swimming"
Tiger approaches me by "running"

Here my message is simply "pproach me quickly"
But different things have been reacted differently.

This is called Polymorphism.

As far as my knowledge is concerned there is only one type
of polymorphism and that is runtime polymorphism.

Is This Answer Correct ?    69 Yes 88 No

what is polymorphism with example?types of polymorphism?..

Answer / sachin

Three types

1) Method Overloading
2) Method Overriding
3) Interface

Is This Answer Correct ?    51 Yes 104 No

Post New Answer

More Core Java Interview Questions

What is a null class?

0 Answers  


What is the class in java?

0 Answers  


Can you override a private or static method in java?

1 Answers  


What is data type modifier?

0 Answers  


What is a key in java?

0 Answers  


explain about jre and jvm

2 Answers  


for(i=0;i<100;i++) { int i=method();//method returns no's from 1 to 10; /* insert some stmts which can give output like no.of times numbers(1-10) returned. (for example if it returns 2 then i want output how many times 2 returned) like that i want output for no's 1 - 10 how many times each no returned. */ }

3 Answers  


Explain java coding standards for interfaces?

0 Answers  


How do you define a set in java?

0 Answers  


why there are multiple catches for a try block.don't tell me that there can be multiple exception of a code segment that's why.tell me the real fact behind this.

4 Answers  


What is onClassLoader in java?

5 Answers   Cap Gemini,


What are the two ways of implementing multi-threading in java?

1 Answers  


Categories