<html><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">While the screencasts are specific to VisualWorks and ObjectStudio, I cover a lot of introductory stuff like this. &nbsp;See:<div><br></div><div><a href="http://smalltalk-daily.cincomsmalltalk.com">http://smalltalk-daily.cincomsmalltalk.com</a></div><div><br></div><div>For very beginner stuff, see:</div><div><br></div><div><a href="http://www.cincomsmalltalk.com/userblogs/cincom/blogView?content=smalltalk_daily_basic_introduction">http://www.cincomsmalltalk.com/userblogs/cincom/blogView?content=smalltalk_daily_basic_introduction</a></div><div><br></div><div>and</div><div><br></div><div><a href="http://www.cincomsmalltalk.com/userblogs/cincom/blogView?content=smalltalk_daily_libraries">http://www.cincomsmalltalk.com/userblogs/cincom/blogView?content=smalltalk_daily_libraries</a></div><div><br></div><div><br><div apple-content-edited="true"> <span class="Apple-style-span" style="font-size: 12px; "><div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><span class="Apple-style-span" style="border-collapse: separate; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; -webkit-text-decorations-in-effect: none; text-indent: 0px; -webkit-text-size-adjust: auto; text-transform: none; orphans: 2; white-space: normal; widows: 2; word-spacing: 0px; "><div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><span class="Apple-style-span" style="border-collapse: separate; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; -webkit-text-decorations-in-effect: none; text-indent: 0px; -webkit-text-size-adjust: auto; text-transform: none; orphans: 2; white-space: normal; widows: 2; word-spacing: 0px; "><span class="Apple-style-span" style="border-collapse: separate; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; -webkit-text-decorations-in-effect: none; text-indent: 0px; -webkit-text-size-adjust: auto; text-transform: none; orphans: 2; white-space: normal; widows: 2; word-spacing: 0px; "><div>James Robertson</div><div>Cincom Smalltalk Product Evangelist</div><div><a href="http://www.cincomsmalltalk.com/blog/blogView">http://www.cincomsmalltalk.com/blog/blogView</a></div><div>Talk Small and Carry a Big Class Library</div><div><br class="khtml-block-placeholder"></div><br class="Apple-interchange-newline"></span></span></div></span></div></span><br class="Apple-interchange-newline"> </div><br><div><div>On Jul 3, 2009, at 10:21 PM, Robert Sirois wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite"><span class="Apple-style-span" style="border-collapse: separate; color: rgb(0, 0, 0); font-family: Helvetica; font-size: medium; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: auto; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; "><div class="hmmessage" style="font-size: 10pt; font-family: Verdana; ">Here's a completely noob Smalltalk question:<br><br>Let's say you have a superclass ie.:<br><br>WAComponent subclass: #aSuperClass<br>&nbsp;&nbsp;&nbsp; instanceVariableNames: 'iVar'.<br><br>and a subclass of it:<br><br>aSuperClass subclass: #aSubClass<br>&nbsp;&nbsp;&nbsp; instanceVariableNames: ''.<br><br>Basic super/subclass situation with one iVar... so my question is, when you instantiate an instance of the subclass, it also has iVar (not static), right? Or am I totally confused? Also, if I wanted to create accessors for it, would I put those on the parent or child class?<br><br>Thanks,<br>RS<br><br><hr>Hotmail® has ever-growing storage! Don’t worry about storage limits.<span class="Apple-converted-space">&nbsp;</span><a href="http://windowslive.com/Tutorial/Hotmail/Storage?ocid=TXT_TAGLM_WL_HM_Tutorial_Storage_062009" target="_new">Check it out.</a>_______________________________________________<br>seaside mailing list<br><a href="mailto:seaside@lists.squeakfoundation.org">seaside@lists.squeakfoundation.org</a><br><a href="http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside">http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside</a><br></div></span></blockquote></div><br></div></body></html>