What is method Overloading in the perspective of OOPS?
Answer Posted / aruna
Two or more methods in the same class having same method
name with different parameters may or may not have same
return type is called method overloading
Is This Answer Correct ? | 23 Yes | 0 No |
Post New Answer View All Answers
Can you start a thread twice in Java?
What does || mean in code?
How concurrent hashmap works?
Can inner class final?
How many types of threads are there in java?
Explain the difference between call by refrence and call by value?
Explain java coding standards for classes or java coding conventions for classes?
Write an algorithm program in java for the following question.. In a VLSI design techniques,they used rectangles to design circuits. EVery rectangle is to be placed according to x,y coordinates. Check whether or not two rectangles overlap each other. Here overlapping of rectangles is acceptable, if 1) one rectangle intersect with other. 2) one rectangle fully covers other. The time of algorithm should not exceed o(n logn).
Difference between a process and a program?
What is basic syntax?
What are the characteristics of Final,Finally and Finalize keywords.
Give me an example of array and linked list? Where they can be used?
How do you print array in java?
What are the legal parameters?
Can an interface implement another interface?