Sciweavers

7 search results - page 1 / 2
» Nominal and Structural Subtyping in Component-Based Programm...
Sort
View
51
Voted
JOT
2008
90views more  JOT 2008»
14 years 9 months ago
Nominal and Structural Subtyping in Component-Based Programming
Klaus Ostermann
ESOP
2009
Springer
15 years 4 months ago
Is Structural Subtyping Useful? An Empirical Study
Abstract. Structural subtyping is popular in research languages, but all mainstream object-oriented languages use nominal subtyping. Since languages with structural subtyping are n...
Donna Malayeri, Jonathan Aldrich
ECOOP
2008
Springer
14 years 11 months ago
Integrating Nominal and Structural Subtyping
Nominal and structural subtyping each have their own strengths and weaknesses. Nominal subtyping allows programmers to explicitly express design intent, and, when types are associa...
Donna Malayeri, Jonathan Aldrich
ECOOP
2004
Springer
15 years 2 months ago
Semantic Casts: Contracts and Structural Subtyping in a Nominal World
Robert Bruce Findler, Matthew Flatt, Matthias Fell...
ECOOP
2007
Springer
15 years 3 months ago
Metaprogramming with Traits
Abstract. In many domains, classes have highly regular internal structure. For example, so-called business objects often contain boilerplate code for mapping database fields to cl...
John H. Reppy, Aaron Turon