Sciweavers

OOPSLA
1990
Springer
13 years 11 months ago
Type Substitution for Object-Oriented Programming
Genericity allows the substitution of types in a class. This is usually obtained through parameterized classes, although they are inflexible since any class can be inherited but i...
Jens Palsberg, Michael I. Schwartzbach
OOPSLA
1990
Springer
13 years 11 months ago
Viewing Objects as Patterns of Communicating Agents
Oscar Nierstrasz, Michael Papathomas
OOPSLA
1990
Springer
13 years 11 months ago
Strong Typing of Object-Oriented Languages Revisited
Ole Lehrmann Madsen, Boris Magnusson, Birger M&osl...
OOPSLA
1990
Springer
13 years 11 months ago
A Framework for Visualizing Object-Oriented Systems
This paper describes a new approach to visualizing program systems within the object-oriented paradigm. This approach is based on a TEX-like notation which has been extended and g...
Volker Haarslev, Ralf Möller
OOPSLA
1990
Springer
13 years 11 months ago
Exception Handling and Object-Oriented Programming: Towards a Synthesis
The paper presents a discussion and a specification of an exception handling system dedicated to object-oriented programming. We show how a full object-oriented representation of ...
Christophe Dony
OOPSLA
1990
Springer
13 years 11 months ago
Mixin-based Inheritance
The diverse inheritance mechanisms provided by Smalltalk, Beta, and CLOS are interpreted as different uses of a single underlying construct. Smalltalk and Beta differ primarily in...
Gilad Bracha, William R. Cook