© 2000 by British Computer Society
Interface/implementation Separation Mechanism for Integrating Object-oriented Management Systems and General-purpose Programming Languages
1 Graduate School of Information and Communication, Ajou University, Suwon, 442-749, Korea Email: eschough@madang.ajou.ac.kr 2 Department of Computer Science, Seoul National University, Seoul 151-742, Korea
When a database is shared in different database applications, it is helpful for data-independence and program readability to screen off the implementation details of a schema class from the programs other than the method implementation code. This makes some systems allow their users to define the schema class in two partsthe interface and the implementation. In this paper, we propose a preprocessing-based approach with the object model for OODBPLs (object oriented database programming languages) with interface/implementation separation.