What is method signature and what is to be included in it?Does retrun type included in it?

Showing Answers 1 - 2 of 2 Answers

irfan.omair

  • Jan 16th, 2008
 

a method signature includes every thing EXCEPT return type.
for example

int myTestFunction(cahr abc,int y) , here Signature means parameters with function name Excluding return Type

  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