Message 1 of 4
Functions Versus Class Methods
Not applicable
10-13-2005
04:28 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Every now and then you're cruising right along and then all of a sudden
massive confusion sets in! It all seemed so clear just moments ago and now?
now(!) What was I thinking?? I hate it when this happens...
In the grand scheme of things, what is the practical difference between
implementing functionality in a plain function versus a class method? Don't
they accomplish the exact same thing except the latter associates the
functionality very specifically with a particular group of functionality?
massive confusion sets in! It all seemed so clear just moments ago and now?
now(!) What was I thinking?? I hate it when this happens...
In the grand scheme of things, what is the practical difference between
implementing functionality in a plain function versus a class method? Don't
they accomplish the exact same thing except the latter associates the
functionality very specifically with a particular group of functionality?