mike;<br><br><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;"><br>
Why can&#39;t I make an array of a parent type with objects of a single<br>
type, which is a child of the parent?<br><br></blockquote><div><br></div><div>Because you forgot to cast. You can cast anything to a type that it extends or that extends it (this includes Object). As long as you keep your inheritance very clean and overload member functions carefully this works fine and shouldn&#39;t damage your sanity.  At least not much. Most of the time.</div>
<div><br></div><div>Yours,</div><div>Kas.</div></div>