At 9:06 -0400 2001_08_17, Al Hospers wrote:

>2 - make the data public by making it a global variable

I don't see where these globals come creeping in?
In Lingo you can always access the properties of an object directly, 
but you "decide" not to do it.

>3 - make it accessible via an accessor method

Depends on the meaning of "it"!...  ;-)
The Method is a capability of the object, and it is irrelevant to a 
client whether this capability is even internally represented by a 
property.
There might be a coincidence between the data a "getter" method 
returns and a specific property, but that doesn't make the property 
public!

But an essential focus of the original discussion was about *not* 
using "getters" ie. data requisition methods.

I may spawn confusion with some misinterpretation, I'm just trying to 
understand the article.
I recommend reading the article.

Jakob


[To remove yourself from this list, or to change to digest mode, go to
http://www.penworks.com/LUJ/lingo-l.cgi  To post messages to the list,
email [EMAIL PROTECTED]  (Problems, email [EMAIL PROTECTED])
Lingo-L is for learning and helping with programming Lingo.  Thanks!]

Reply via email to