<div dir="ltr">I have a world which is not behaving like I am expecting it to.<div><br></div><div>I have an array of automobiles called rowA[]</div><div>I have a method created for automobiles called go</div><div>In go, the first thing I have this do is say it's Sthing (this say "" + SThing this)</div><div><br></div><div>If I call go with blueTruck, it works fine, the truck says blueTruck and then moves forward</div><div><br></div><div>blueTruck.go()</div><div><br></div><div>If I call go with rowA[0].go ... Alice hangs, </div><div><br></div><div>So, from the test method I have</div><div><br></div><div>blueTruck.go()</div><div>rowA[0] = blueTruck</div><div>rowA[0].say "" + Sthing rowA[0]</div><div>rowA[0].go</div><div><br></div><div>Is there any reason why I should not be able to call a class level method from an array that is of that type class?  </div><div><br></div><div>Terri Kelly</div><div>Computer Science</div><div>Bishop Ireton High School</div><div>Alexandria, VA</div></div>

<br>
<i style="color:rgb(34,34,34);background-color:rgb(255,255,255)"><font size="2">The information contained in this communication may be subject to legal confidentiality protection or privilege. It is intended solely for use by the intended recipient and others authorized to receive it. If you have received this communication in error, please notify the sender and delete it immediately. You are hereby notified that any disclosure, copying, distribution or taking action in reliance of the contents of this information is strictly prohibited and may be unlawful.  The school accepts no liability whatsoever for any damage, loss, or expense arising from any misuse of this e-mail and/or from the accessing of any files attached to this e-mail.</font></i>