vix.ing · top · new · best · stats

On PROGRESS Operation. How to Make Object-Oriented Programming System More Object-Oriented (DRAFT)

2013/04/09 by Evgeniy Grigoriev, Grigoriev, Evgeniy
Computer Science · Decision Sciences · Engineering · #Advanced Data Processing Techniques #Distributed and Parallel Computing Systems #Scientific Computing and Data Management #cs.PL #cs.SE

paper · pdf · doi:10.48550/arxiv.1304.3140

4 pages

arxiv created 2013/04/09 · arxiv updated 2013/04/12

Abstract

A system, which implements persistent objects, has to provide different opportunities to change the objects in arbitrary ways during their existence. A traditional realization of OO paradigm in modern programming systems has fundamental drawbacks which complicate an implementation of persistent modifiable objects considerably. There is alternative realization that does not have these drawbacks. In the article the PROGRESS operation is offered, which modify existing object within an existing inheritance hierarchy.

Related