What is compile time polymorphism?

Answers were Sorted based on User's Feedback



What is compile time polymorphism?..

Answer / haridini

I think it is overloading concept.

Is This Answer Correct ?    109 Yes 22 No

What is compile time polymorphism?..

Answer / shankar olaiyur

compile-time polymorphism is achieved by
overloading functions and operators.

Is This Answer Correct ?    52 Yes 7 No

What is compile time polymorphism?..

Answer / ravikiran

overloading

Is This Answer Correct ?    62 Yes 18 No

What is compile time polymorphism?..

Answer / bandu kank

In compile time polymorphism, compiler decided which have
to be executed depending on the parameter type and list

Is This Answer Correct ?    54 Yes 10 No

What is compile time polymorphism?..

Answer / kaukab

We can achieve compile time polymorphism through overloading
method, on compile time compiler decide that which method
will be executed.

Is This Answer Correct ?    40 Yes 5 No

What is compile time polymorphism?..

Answer / sudipta sadhukhan

java support two types of polymorphism.one is compile time
polymorphism(it's actually overloading)and run time
polymorphism(it's actually overriding.So,complie time
polymorphism is simple overloading.

Is This Answer Correct ?    23 Yes 6 No

What is compile time polymorphism?..

Answer / tntrichy

u r right!

Is This Answer Correct ?    39 Yes 23 No

What is compile time polymorphism?..

Answer / madhuri

Compile Time Polymorphism in Java is when you have the
several methods with same name and different parameters and
compiler has to decide how to select which method has to run
based on the arguments hence the name Compile time
polymorphism or method overloading.

Is This Answer Correct ?    24 Yes 8 No

What is compile time polymorphism?..

Answer / sahaj

polymorphism is the ability to use an operator or function
in different ways.

Is This Answer Correct ?    20 Yes 6 No

What is compile time polymorphism?..

Answer / sivasubash

I think it is a overloading concept...

Is This Answer Correct ?    14 Yes 9 No

Post New Answer

More Core Java Interview Questions

Why for each loop is used?

0 Answers  


where do we use init()

2 Answers  


What is java Applet?

0 Answers   TCS,


Why arraylist is used in java?

0 Answers  


What is the buffer limit?

0 Answers  






Where is the singleton class used?

0 Answers   Cap Gemini,


Can we increase size of array?

0 Answers  


what is features of jdk 1.5?

2 Answers   Accenture, Satyam, TCS,


Why can't we use static class instead of singleton?

0 Answers  


Explain the difference between throw and throws in java?

0 Answers  


is it possible to add a object in a HASHMAP

6 Answers   HCL,


What is the use of static keyword in "public static void main()"

10 Answers   College School Exams Tests, Infosys, Six Dee Telecom,


Categories