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


Please Help Members By Posting Answers For Below Questions

Can you start a thread twice in Java?

850


What does || mean in code?

792


How concurrent hashmap works?

864


Can inner class final?

866


How many types of threads are there in java?

745


Explain the difference between call by refrence and call by value?

790


Explain java coding standards for classes or java coding conventions for classes?

874


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).

2447


Difference between a process and a program?

820


What is basic syntax?

747


What are the characteristics of Final,Finally and Finalize keywords.

931


Give me an example of array and linked list? Where they can be used?

763


How do you print array in java?

738


What are the legal parameters?

704


Can an interface implement another interface?

774