Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

[REBOL] Re: Private Object Function

From: coussement:c:itc:mil:be at: 16-Jan-2001 9:49

> Hi Gabriele, > > how is this any ifferent from what you can do with the current stable > version (2.3)? > The questions, however, remain. > a) The protection can be circumvented, in as much as I can use > get-value's body to access add-one as well as value. > b) The object o cannot be serialized together with the hidden words. > > BTW, Christoph, what are you trying to accomplish?
[In the context of the project I'm working on I would like to implement a coherent OODBMS - which I announce in the list sometime ago. For this I need to restrict the access to the object's internal implementation. I should be able to determine which methods can be accessed from the outside, which not, which should be inherited or not. The solution should also be applicable for protecting object's properties. Regards, chr==]