Friday 25 July 2003 2:34:07 am
Hi, I created a class with attributes a, b and c and two objects from this class. Later I removed attribute c from the class but these two objects still carry that original value and I can't edit these attributes anymore (of course not). Shouldn't attribute values also be deleted from objects, when their parent class loses it? How do I get rid of them?
Thanks a lot! Thomas
|