RE: OO Programming (kinda like BDSM, but more painful and less fu n...)
RE: OO Programming (kinda like BDSM, but more painful and less fu n...)
- Subject: RE: OO Programming (kinda like BDSM, but more painful and less fu n...)
- From: Joe Kelly <email@hidden>
- Date: Sun, 30 Dec 2001 14:20:57 -0800
has wrote: "I imagine this is a scope issue, but don't understand why."
The symbol y is not published outside of script x (by definition of
"script"'s scoping rules). In order to get at any of script x's properties
or methods, you have to name x as well.
Scope is an issue in non OO languages as well.
Object oriented programming is not that bad, and to be sure, just like bdsm,
has its supporters.
joe