Abstract type: Difference between revisions

Line 2,949:
 
someClass class >> new
^ self abstractClassInstantiationErrorisAbstract ifTrue:[
^ self error:'trying to instantiate an abstract class'
].
^ super new
 
someClass >> method1
Anonymous user