realbasic-nug
[Top] [All Lists]

Re: OOP

To: REALbasic NUG <realbasic-nug at lists dot realsoftware dot com>
Subject: Re: OOP
From: Norman Palardy <npalardy at great-white-software dot com>
Date: Sun, 30 Oct 2005 17:06:58 -0700
Delivered-to: realbasic-nug at lists dot realsoftware dot com
References: <20051030181811 dot 58969 dot qmail at web31802 dot mail dot mud dot yahoo dot com> <43653509 dot 6010002 at ryandary dot com>

On Oct 30, 2005, at 2:03 PM, Ryan Dary wrote:

How does the Public/Protected/Private not do that for you now? In RB2005, you can choose from the following for every declared method of a class:

Public -  Accessible anywhere (inside or outside the class)

Protected - Accessible anywhere within the class or the subclasses.

Private - Accessible only by the class which declares it.

Would this be sufficient or are you needing something else? Perhaps I misunderstood the question..

C++ has a "friend" type that would be very useful in RB


_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>

Search the archives of this list here:
<http://support.realsoftware.com/listarchives/lists.html>

<Prev in Thread] Current Thread [Next in Thread>