A Relational Model for Object-Oriented Programming

Jifeng He,Zhiming Liu,Xiaoshan Li
2001-01-01
Abstract: This report presents a semantics for an object-oriented language with classes, visibility, dynamicbinding, mutual recursive methods and recursion. Our semantic framework identifies both classdeclarations and commands as designs. All the programming constructs of our language, suchas assignment, conditional, composition and recursion, are defined in the exactly same way astheir counterparts in the imperative programming languages. This makes the approach moreaccessible to users who are...
What problem does this paper attempt to address?