From: Gordon Padwick on
Can someone, please, help me understand the difference between a function
and a method?

Gordon

From: David Wilkinson on
Gordon Padwick wrote:
> Can someone, please, help me understand the difference between a
> function and a method?

Gordon:

A method is a function that is a member of a class.

method == member function

--
David Wilkinson
Visual C++ MVP
From: Gordon Padwick on
At last, you, David, has made the distiction clear. Thanks
"David Wilkinson" <no-reply(a)effisols.com> wrote in message
news:Owf%23rNgfKHA.5020(a)TK2MSFTNGP02.phx.gbl...
> Gordon Padwick wrote:
>> Can someone, please, help me understand the difference between a function
>> and a method?
>
> Gordon:
>
> A method is a function that is a member of a class.
>
> method == member function
>
> --
> David Wilkinson
> Visual C++ MVP