European Smalltalk User Group

Actions

What is the Essence of ...

 

Window class>>new

|instance|

instance := super new.

instance initialize.

^ instance

xxx

^ self class == super class

"return this.getClass.equalsTo(super.getClass)

Hierarchical Menu