How do I create a subclass

James Messick macheat at yahoo.com
Tue Feb 10 17:15:17 UTC 1998


Wow! Pretty slick. I may try it but I think I'll just modify the
parent class name in the class editor. I think I was initially
confused because the name of the class appeared to be 'Kernal-Object'
but if just said 'Object' in the definition.

jem




---Eric Maximiliano Rodriguez Guevara <eguevara at dc.uba.ar> wrote:
>
> > 
> > I've successfully created my own classes in Squeak, but how do I
> > create subclasses underneath them? Doesn't Squeak allow this? How
does
> > one go about it? Thanks.
> > 
> > j.e.m.
> > 
> A message always appears when you click a Class, it's something like
> 
> aClass subclass:#ClickedClass
> 	instanceVariableNames:' '
> 	category:''
> 	.....
> 
> This is the message to create a new subclass in the form
> 
> MyOwnClass subclass:#SubClassUnderneth ....
> 
> you just edit this text and accept it.
> 
> Bye.
> 
> -- 
> Eric Maximiliano Rodriguez Guevara
> eguevara at dc.uba.ar
> 
> 

_________________________________________________________
DO YOU YAHOO!?
Get your free @yahoo.com address at http://mail.yahoo.com





More information about the Squeak-dev mailing list