realbasic-nug
[Top] [All Lists]

Re: known limitations of REALbasic?

To: REALbasic NUG <realbasic-nug at lists dot realsoftware dot com>
Subject: Re: known limitations of REALbasic?
From: Norman Palardy <npalardy at great-white-software dot com>
Date: Tue, 25 Apr 2006 15:14:13 -0600
Delivered-to: realbasic-nug at lists dot realsoftware dot com
References: <20060425201051 dot A896E121B35B at lists dot realsoftware dot com> <D3BB1BA9-40CF-41F7-BA6A-8631D2EB6D80 at elfdata dot com>

On Apr 25, 2006, at 2:56 PM, Theodore H. Smith wrote:


RB also has default parameters, something ObjC lacks. They are soooo handy. RB's also got namespaced constants (via modules/classes).

[init] isn't equivalent to new.
Init is like RB's constructor (it can be called at any time)

[alloc] is equivalent to new.

RB's new is more like [alloc[ init ]]


_______________________________________________
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>