|
-
Dec 8th, 2003, 10:11 AM
#1
Thread Starter
Member
Call Or Invoke
Hi friends,
Usually we say "this function is called" also we say "the function is invoked".
Can any tell me whats the diffrent in these two technical words
"Call" & "Invoke"?
When should we use them ?
-
Dec 8th, 2003, 12:23 PM
#2
transcendental analytic
I think they are synonymous.. at least afaik nobody's ever been complaining about their use
Use  
writing software in C++ is like driving rivets into steel beam with a toothpick.
writing haskell makes your life easier:
reverse (p (6*9)) where p x|x==0=""|True=chr (48+z): p y where (y,z)=divMod x 13
To throw away OOP for low level languages is myopia, to keep OOP is hyperopia. To throw away OOP for a high level language is insight.
-
Dec 9th, 2003, 06:27 AM
#3
But in C/C++, call is the more common term.
All the buzzt
 CornedBee
"Writing specifications is like writing a novel. Writing code is like writing poetry."
- Anonymous, published by Raymond Chen
Don't PM me with your problems, I scan most of the forums daily. If you do PM me, I will not answer your question.
-
Dec 10th, 2003, 04:49 PM
#4
Monday Morning Lunatic
Since most assemblers for x86 I've seen use CALL to jump to another section of code, I'd assume that being a more correct term.
Not to mention that Invoke is a bit of a silly word really
I refuse to tie my hands behind my back and hear somebody say "Bend Over, Boy, Because You Have It Coming To You".
-- Linus Torvalds
-
Dec 11th, 2003, 03:20 AM
#5
transcendental analytic
pah.. as if it would make any difference :P
Use  
writing software in C++ is like driving rivets into steel beam with a toothpick.
writing haskell makes your life easier:
reverse (p (6*9)) where p x|x==0=""|True=chr (48+z): p y where (y,z)=divMod x 13
To throw away OOP for low level languages is myopia, to keep OOP is hyperopia. To throw away OOP for a high level language is insight.
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
|