What is compile time polymorphism?

Answer Posted / shankar olaiyur

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

Is This Answer Correct ?    52 Yes 7 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

There are two classes named classa and classb. Both classes are in the same package. Can a private member of classa can be accessed by an object of classb?

1261


What purpose do the keywords final, finally, and finalize fulfill?

886


What does int argc char * argv [] mean?

743


What is package private scope in java?

727


Explain the reason behind ending a program with a system.exit(0)?

830


how to know the total memory occupied by the objects in the ArrayList(Array list may contain duplicate objects)

2130


What are java threads?

865


Explain the features of java?

801


What is the difference between procedural and object-oriented programs?

749


What are JVM.JRE, J2EE, JNI?

903


What are 3 data types?

768


What are checked exceptions?

818


What is :: operator in java 8?

808


How to create a custom exception?

766


Add a value x to array from index l to r where 0 <= l <= r <= n-1

885