What is compile time polymorphism?
Answer Posted / coolm
Function and operator overloading is compile time polymorphism.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is private protected in java?
Can we override singleton class?
Why java is a platform independent? Explain
What is the public method modifier?
What are internal variables?
Difference between a process and a program?
Give reasons supporting that string is immutable.
What are the types of inner classes (non-static nested class) used in java?
Difference between string s= new string (); and string s = "abv";?
What is entry in java?
Can a main method be declared final?
what is the difference between yielding and sleeping? : Java thread
What are the types of exceptions?
What is the difference between assignment and initialization?
What is json parser in java?