Man,
        Remove stick pls?

        A constructor is used to set the initial values of your properties, and to
execute any functions you need to when you create your object.

        The "component body" can be used for the same thing.  Why get stuck on the
semantics.  I think if you were to take a Java developer who had never seen
CF before and explain it in these terms that are easy to translate, he is
going to appreciate it.

Tim

-----Original Message-----
From: Matt Liotta [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, July 10, 2002 9:08 PM
To: CF-Talk
Subject: RE: Component Calls: What would you do?


> Could you not make the same point about Arrays? Should we not call
them
> Arrays just because they don't start with zero? Anyone coming from C++
> or Java will already get the idea that not everything is portable.
Heck,
> anyone who uses more than one language is used to this.
>
Not true. An array is defined as a collection of identically typed data
items distinguished by their indices. A zero based array is the same
thing as a one based array. In fact, there is no rule that an array need
to be zero or one based. This is certainly true with associative arrays
(called a structs in CF). An associative array is one where the indices
are not just integers but may be arbitrary strings.

-Matt


______________________________________________________________________
Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. http://www.fusionauthority.com/ads.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to