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?

Answers were Sorted based on User's Feedback



what is polymorphism?..

Answer / durgasri

In object-oriented programming, polymorphism (from the
Greek meaning "having multiple forms") is the
characteristic of being able to assign a different meaning
or usage to something in different contexts - specifically,
to allow an entity such as a variable, a function, or an
object to have more than one form.

Is This Answer Correct ?    3 Yes 2 No

what is polymorphism?..

Answer / she

Polymorphism is the features that allow one interface to be
used for general class actions

Is This Answer Correct ?    1 Yes 0 No

what is polymorphism?..

Answer / sudeep

poly mean MANY and morphism mean FORMS... so polymorphism is the ability to allow a function to exist in different forms.

Is This Answer Correct ?    1 Yes 0 No

what is polymorphism?..

Answer / ddd

using the same method for different ways

Is This Answer Correct ?    2 Yes 2 No

Post New Answer

More Core Java Interview Questions

What is empty string literal in java?

0 Answers  


can abstract class have constructor how can you achive this ?

4 Answers   Fidelity,


What is difference between module and function?

0 Answers  


What is collections framework?

0 Answers  


what is deadlock in threads? with example

2 Answers   CTS, XOXO,


Can we override constructors?

0 Answers  


What are the four pillars of java?

0 Answers  


class A{ some variables; public void a()throws Excepion1,Exception2{....} } class B extends A{ variables... public void a()throws E2,E3{.....} } Qns: here override of methods occurs or not,ore else wil give any compilation error or run properly..plz tell me briefly whts happening with the above codes....

4 Answers   Quinnox,


Explain the difference between arraylist and linkedlist in java?

0 Answers  


Q) I have a ArrayList object, in that object i have added 5 integer values, 5 float values, 5 string values. Now question is how can delete particular type of data ( i.e all int values or all float values or string values) in that list object at a time?

3 Answers   Aricent,


What is actual difference between statement,prepared statement and callable statement and when we have to use it? pls post a answer with code and clear explanation. thanks

2 Answers  


Can you have an inner class inside a method and what variables can you access?

2 Answers  


Categories