-
Expert Member
Re: Differences Between Method and Function
hi,
In java function is call itself as a method.... there is not any difference in those thng.... it just using of terms...like in c++ we call it functins..and in java we call it as methods. In more simple terms Method does not take any arguement and it is invoked by method call
whereas function may or may not take the arguements?
Also Method does't return any thing but the function can return any thing
Thanks
Sushma
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules