How does Java implement polymorphism?

Asked by Last Modified  

6 Answers

Learn Java

Follow 0
Answer

Please enter your answer

Take a demo class and you will know

Java implements polymorphism in two ways: 1. Static or compile-time polymorphism is done by method overloading (more then one methods sharing the same name but different number/types/order of parameters) 2. Dynamic or runtime polymorphism is done by method overriding (defining a method in the child...
read more
Java implements polymorphism in two ways: 1. Static or compile-time polymorphism is done by method overloading (more then one methods sharing the same name but different number/types/order of parameters) 2. Dynamic or runtime polymorphism is done by method overriding (defining a method in the child class which has the same name and same number/types/order of parameters as that in parent class) read less
Comments

IT Professional

OverLoading
Comments

Trainer

Polymorphism can be of two type: Overloading and overriding.
Comments

Java implements polymorphism in the following ways : Static polymorphism is done by method overloading here all the methods are bind while compalation time hence known as Compile-time polymorphism Dynamic polymorphism is done by method overriding here method bind with the executions hence known...
read more
Java implements polymorphism in the following ways : Static polymorphism is done by method overloading here all the methods are bind while compalation time hence known as Compile-time polymorphism Dynamic polymorphism is done by method overriding here method bind with the executions hence known as Run time polymorphism read less
Comments

Trainer

Java implements polymorphism in two ways: 1. Static or compile-time polymorphism is done by method overloading (more then one methods sharing the same name but different number/types/order of parameters) 2. Dynamic or runtime polymorphism is done by method overriding (defining a method in the child...
read more
Java implements polymorphism in two ways: 1. Static or compile-time polymorphism is done by method overloading (more then one methods sharing the same name but different number/types/order of parameters) 2. Dynamic or runtime polymorphism is done by method overriding (defining a method in the child class which has the same name and same number/types/order of parameters as that in parent class) read less
Comments

Expert in Computer and IT

There are two types of polymorphism in Java: 1. Compile Time which in other terms referred as method overloading where compiler is able to understand two methods having same name but different number type/ order of signature or parameters 2. Runtime Polymorphisim also referred as method overriding...
read more
There are two types of polymorphism in Java: 1. Compile Time which in other terms referred as method overloading where compiler is able to understand two methods having same name but different number type/ order of signature or parameters 2. Runtime Polymorphisim also referred as method overriding : Prerequisite to achive the same is inheritance where you define the same method in child class having same number/type/order of parameters where during compile time compiler will find the reference for parent class but during run time only the method of the actual instance of the object will be executed and hence the behaviour of the method to run is determined at run time by the JVM. read less
Comments

View 4 more Answers

Related Questions

I have been working in a medical billing company for five years. I want to switch my carrier from non-IT to IT. I have only a BA degree, but I have good knowledge of computers. I know some basics of HTML and manual testing; can I learn java selenium directly to get a job in automation?

Hi Sirajudeen.. Java selenium is one of the good options.. one more easy way to shift to IT is learning Oracle SQL.. Scope of Oracle SQL always stands high since the database is backbone of all developement,...
Sirajudeen
What is 'this' in Java?
this is a keyword in Java. Works as a reference to current object whose constructor is being invoked
SEED Infotech Ltd
What is the advantage of Java?
Java offers several advantages, including platform independence, strong community support, robust security features, and a wide range of libraries and frameworks for application development. Its "Write...
Kripal
0 0
5
Is it really needed to do Java training before graduation, to get a job?
Yes, It's must to get better opportunities and to standard alone in IT field. Not only core Java but also learn Spring,Hinernat ,Struts. ANGULARJS add an advantage to get job easily.
Udaybhan

Now ask question in any of the 1000+ Categories, and get Answers from Tutors and Trainers on UrbanPro.com

Ask a Question

Related Lessons

Mastering in Java Programming
Core java topics What is Java?Execution Model Of JavaBytecodeHow to Get Java?A First Java ProgramCompiling and Interpreting ApplicationsThe JDK Directory StructureUsing Eclipse Data types and Variables What...

Most Important Java Interview Topics
Dear All, I am here to help on java interview preparation for fresher and experienced people, please get in touch with me for further details. All interview preparation will be with unique teaching style...

Syntax and example of java
Java syntax: Class Display - - class definition { Void Display() { System.out.println('welcome to Java') ; } Public static void main(String arcs) { Display D=new Display() ;--object creation D. Display } }

Java Hash Map internal implementation
1.Hash Map internal implementation: In hash map it will create an array of table (to store the {Key,Value} pair) which is of type java.util.HashMap.EntryThe Entry object contains {hash, key, next, value}...
R

How 4 byte float can store 8 byte long values in java ?
long l = 12464545L; float f = l; (fine) int i = l ; (Error) if we see the how this magic happens as we know the answer lies in the floating point representation as in floating points values does not...

Recommended Articles

In the domain of Information Technology, there is always a lot to learn and implement. However, some technologies have a relatively higher demand than the rest of the others. So here are some popular IT courses for the present and upcoming future: Cloud Computing Cloud Computing is a computing technique which is used...

Read full article >

Designed in a flexible and user-friendly demeanor, Java is the most commonly used programming language for the creation of web applications and platform. It allows developers to “write once, run anywhere” (WORA). It is general-purpose, a high-level programming language developed by Sun Microsystem. Initially known as an...

Read full article >

Before we start on the importance of learning JavaScript, let’s start with a short introduction on the topic. JavaScript is the most popular programming language in the world, precisely it is the language - for Computers, the Web, Servers, Smart Phone, Laptops, Mobiles, Tablets and more. And if you are a beginner or planning...

Read full article >

Java is the most famous programming language till date. 20 years is a big time for any programming language to survive and gain strength. Java has been proved to be one of the most reliable programming languages for networked computers. source:techcentral.com Java was developed to pertain over the Internet. Over...

Read full article >

Looking for Java Training Classes?

Learn from the Best Tutors on UrbanPro

Are you a Tutor or Training Institute?

Join UrbanPro Today to find students near you