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
|