A method for modifying dynamically classes in the object-oriented dynamic programming environment

Lu Pei,Dachuan Yu,Jian Lu
DOI: https://doi.org/10.1145/270507.270520
1997-01-01
Abstract:In the object-oriented dynamic programming environment, dynamic modification of a class, which permits change of it at run-time and without recompilation, is the key point to exploit flexibility and support rapid prototyping. However, it causes a problem that the existing objects of the modified class are difficult to handle. In this paper, the concept of "cloned class" is introduced, and a method based on it for modifying dynamically classes is proposed.
What problem does this paper attempt to address?