View Poll Results: How do you call void foo()
- Voters
- 9. You may not vote on this poll
-
January 5th, 2009, 04:54 AM
#16
Re: What void foo() is really? - a Method? OR a Function?
 Originally Posted by _uj
Add this choise to the poll,
- Method if it defines object behaviour, otherwise function.
Thanks _uj. All your answers are very informative.
The poll is not a judgment of What void foo() - is a Method? or Function?
It is what we are discussing.
The poll is about - How do you call / refer to void foo() in all our C++ programming career. In the sense some people call it as method and some as function.
Because modern languages like C#, refers as "Method". Even in this perspective static methods won't define object's behavior. Still C# calls everything as Method.
So I think it is more towards - A LANGUAGE PERSPECTIVE than the actual concept.
Tags for this Thread
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
|
Click Here to Expand Forum to Full Width
|