<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD><TITLE></TITLE>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.2800.1400" name=GENERATOR></HEAD>
<BODY>
<P><FONT face="Courier New" size=2>I need some help.</FONT></P>
<P><FONT face="Courier New" size=2>What happens in this 
scenario?<BR><BR>&nbsp;&nbsp;&nbsp; 1. I create a new class (with few instance 
variables &amp; methods).<BR><BR>&nbsp;&nbsp;&nbsp; 2. I creating several 
instances.<BR><BR>&nbsp;&nbsp;&nbsp; 3. I decide I need to add another instance 
variable to the new class.<BR><BR></FONT><FONT face="Courier New" 
size=2><STRONG>Question:</STRONG> Can I add the new instance variable to the new 
class without causing any problems?<BR><BR>If I can, will that new instance 
variable be duplicated in all the instances that were previously created? What 
will each new instance object contain in the new instance variable.</FONT></P>
<P><FONT size=2><FONT face="Courier New">If I can't, what process must I follow 
to add a new instance variable to a class which has already be created and 
instanstiated?&nbsp;&nbsp;</FONT></FONT><FONT size=2><BR><BR><FONT 
face="Courier New">Ed Grant</FONT></FONT><BR><FONT face="Courier New">&nbsp; 
</FONT></P></BODY></HTML>