| |
GeekInterview.com > Tech FAQs > OOPS
| Print | |
Question: What is method signature and what is to be included in it? Does retrun type included in it?
|
| January 01, 2008 21:08:35 |
#2 |
| irfan.omair |
Member Since: January 2008 Total Comments: 2 |
RE: What is method signature and what is to be included in it?Does retrun type included in it? |
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 |
| |
Back To Question | |