I understand, thanks for the clarification.

At 12:15 PM 11/14/2004, you wrote:
On Sun, 14 Nov 2004 12:08:49 -0500, Jeffry Houser <[EMAIL PROTECTED]> wrote:
>   I'm not up on Java terminology, but...
>   Is "protected" the same as "private"?

CFML's private is roughly the same as Java's protected.

CFML does not have an equivalent to Java's private.

> I would say that component data in the "Variables" scope is private to a
> component instance, since it can't be accessed by external resources.

Java's protected means: can be accessed only by the component *and
itse inherited descendants*.

Java's private means: can be accessed only by the component.

C++ uses the same terms. I think C# does too. CFML is the odd one out.

This is something to be aware of since we (CFers) don't want to make
fools of ourselves by using CFML terms in front of Java / C++ / C#
developers and not knowing that those languages use different terms!
--
Sean A Corfield -- http://www.corfield.org/
Team Fusebox -- http://www.fusebox.org/
Breeze Me! -- http://www.corfield.org/breezeme
Got Gmail? -- I have 1 invite

"If you're not annoying somebody, you're not really alive."
-- Margaret Atwood
----------------------------------------------------------
You are subscribed to cfcdev. To unsubscribe, send an email
to [EMAIL PROTECTED] with the words 'unsubscribe cfcdev'
in the message of the email.

CFCDev is run by CFCZone (www.cfczone.org) and supported
by Mindtool, Corporation (www.mindtool.com).

An archive of the CFCDev list is available at [EMAIL PROTECTED]

--
Jeffry Houser, Web Developer, Writer, Songwriter, Recording Engineer
AIM: Reboog711 | Phone: 1-203-379-0773
--
My Books: <http://www.instantcoldfusion.com>
My Recording Studio: <http://www.fcfstudios.com>
My Energetic Acoustic Rock Band: <http://www.farcryfly.com>
--
When did Reality Become TV



----------------------------------------------------------
You are subscribed to cfcdev. To unsubscribe, send an email
to [EMAIL PROTECTED] with the words 'unsubscribe cfcdev' in the message of the email.


CFCDev is run by CFCZone (www.cfczone.org) and supported
by Mindtool, Corporation (www.mindtool.com).

An archive of the CFCDev list is available at [EMAIL PROTECTED]

Reply via email to