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
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?
What purpose do the keywords final, finally, and finalize fulfill?
What does int argc char * argv [] mean?
What is package private scope in java?
Explain the reason behind ending a program with a system.exit(0)?
how to know the total memory occupied by the objects in the ArrayList(Array list may contain duplicate objects)
What are java threads?
Explain the features of java?
What is the difference between procedural and object-oriented programs?
What are JVM.JRE, J2EE, JNI?
What are 3 data types?
What are checked exceptions?
What is :: operator in java 8?
How to create a custom exception?
Add a value x to array from index l to r where 0 <= l <= r <= n-1