realbasic-nug
[Top] [All Lists]

Re: interactive shell question

To: REALbasic Network Users Group <realbasic-nug at lists dot realsoftware dot com>
Subject: Re: interactive shell question
From: Roger Carlson <ecologic_roger at mac dot com>
Date: Thu, 7 Feb 2002 11:21:34 -0800

doesn't sound stupid; maybe just not "buzzword-savvy"... ;-)

I have both problems. Incidentally, non-buzzword-savvy isn't a pc synonym for stupid. I consider buzzword-savvy and stupid to be independent. Just look around for the nearest manager to see how a single person can be both extremely buzzword savvy and stupid. ; )

Creating a property like "myObject as myClass" is not called
"subclassing", but "instancing" (you create an object, which is an
instance of the class). Subclassing means you create a new class, and
set it's superclass to the desired class. Your new class is now a
subclass of the original class. Maybe that clears things up a little :)

Thanks a lot. I've read some of the threads on classes, and knew that I was weak on it.

thanks for all the help,

Roger



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