ok, thanks. Greetings, rohit_01
On Tue, Mar 31, 2015 at 6:20 AM, Sean P. DeNigris <s...@clipperadams.com> wrote: > > I have one more doubt, Is there any case in which if we don't do write > super initialize and we face problems. > It's a common practice to always send #initialize to super on the instance > side. If you don't, and super does something important (e.g. in a Morph > subclass), you will have problems. On the class side, it's the reverse - > don't send to super unless you have a specific reason. > > Cheers, > Sean > > ------------------------------ > View this message in context: Re: Problem in creating new project on > smalltalk hub > <http://forum.world.st/Problem-in-creating-new-project-on-smalltalk-hub-tp4816163p4816247.html> > Sent from the Pharo Smalltalk Users mailing list archive > <http://forum.world.st/Pharo-Smalltalk-Users-f1310670.html> at Nabble.com. >