When an overloaded method is invoked, Java uses the type and/or number of arguments as its guide to determine which version of the overloaded method to actually call

A) True
B) False

Showing Answers 1 - 1 of 1 Answers

kishan

  • Feb 16th, 2006
 

a)true

the type and number of args is together known as the signature of a method

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions