|
Developing A Fully OOPS (Object-Oriented Programming Style) -PreservedC omputing System for Distributed C++ Applications Fu-Jen Wang* Chih-Ping Ch u** Institute of Information Engineering National Chen Kung University Tainan, Taiwan, R.O.C . Abstract The rapid progress on computer te chnology has led to the large demand of distributed application systems. The distributed object-oriented computing environment provides the advantages of distributed computing and object- oriented programming, being especially usef ul for developing distributed application software. However, currently severa l existing distributed object- oriented computing systems at user level fail to fully support object*s features, such as encapsulation, polymorphism, inhe ritance and virtual function, in object-oriented programming. Programmers the refore cannot completely utilize the features of object to develop distribute d systems. In this thesis, we propose a fully OOPS(Object-Oriented Programm ing Style)- preserved computing system for Distributed C++ applications. The proposed system is developed at user level without the need to modify the ope rating system. We impose a virtual centralized computing environment and use multi- thread technique to preserve the object*s features in distributed envi ronment. The prototype of the system has shown the proposed techniques are ef fective. * author ** advisor
|