A METHOD FOR MODIFYING DYNAMICALLY CLASSES IN THE OBJECT-ORIENTED DYNAMIC-PROGRAMMING ENVIRONMENT

Authors
Citation
P. Lu et al., A METHOD FOR MODIFYING DYNAMICALLY CLASSES IN THE OBJECT-ORIENTED DYNAMIC-PROGRAMMING ENVIRONMENT, ACM SIGPLAN NOTICES, 32(9), 1997, pp. 57-60
Citations number
3
Categorie Soggetti
Computer Sciences","Computer Science Software Graphycs Programming
Journal title
Volume
32
Issue
9
Year of publication
1997
Pages
57 - 60
Database
ISI
SICI code
Abstract
In the object-oriented dynamic programming environment, dynamic modifi cation of a class, which permits change of it at run-time and without recompilation, is the key point to exploit flexibility and support rap id prototyping. However, it causes a problem that the existing objects of the modified class are difficult to handle. In this paper, the con cept of ''cloned class'' is introduced, and a method based on it for m odifying dynamically classes is proposed.