Home
|
Tech FAQ
|
Interview Questions
|
Placement Papers
|
Tech Articles
|
Learn
|
Freelance Projects
|
Online Testing
|
Geeks Talk
|
Job Postings
 |
Knowledge Base
 |
Site Search
|
Add/Ask Question
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 00:44:43
#1
praveen
Microsoft Expert
Member Since: January 2006 Total Comments: 1
RE: What is method signature and what is to be included in it?Does retrun type included in it?
Method Signature includes method name and method parameters only.
No, return type is not included in the method signature.
Back To Question