What is compile time polymorphism?
Answer Posted / dimuth lasantha
One method can use another method using changes functions and operations.We can can mention it as method overloading.its means method name can't be change but method body and return type can be change.
| Is This Answer Correct ? | 0 Yes | 2 No |
Post New Answer View All Answers
Can we execute a program without main() method?
What is the purpose of using java.lang.class class?
How to perform selection sort in java?
What is tcp and udp?
Why we cannot override static method?
Will set allow duplicates in java?
What is the use of default method in interface in java? Explain
What's the base class of all exception classes?
How many types of assembly languages are there?
What are static initalizers in java ?
What is the difference between JVM and JRE?
What is java virtual machine? Explain
Is string a data type in java?
What is a substitution variable?
Can we overload the main() method?