Title
FHJ: A Formal Model for Hierarchical Dispatching and Overriding.
Abstract
Multiple inheritance is a valuable feature for Object-Oriented Programming. However, it is also tricky to get right, as illustrated by the extensive literature on the topic. A key issue is the ambiguity arising from inheriting multiple parents, which can have conflicting methods. Numerous existing work provides solutions for conflicts which arise from diamond inheritance: i.e. conflicts that arise from implementations sharing a common ancestor. However, most mechanisms are inadequate to deal with unintentional method conflicts: conflicts which arise from two unrelated methods that happen to share the same name and signature.This paper presents a new model called Featherweight Hierarchical Java (FHJ) that deals with unintentional method conflicts. In our new model, which is partly inspired by C++, conflicting methods arising from unrelated methods can coexist in the same class, and hierarchical dispatching supports unambiguous lookups in the presence of such conflicting methods. To avoid ambiguity, hierarchical information is employed in method dispatching, which uses a combination of static and dynamic type information to choose the implementation of a method at run-time. Furthermore, unlike all existing inheritance models, our model supports hierarchical method overriding: that is, methods can be independently overridden along the multiple inheritance hierarchy. We give illustrative examples of our language and features and formalize FHJ as a minimal Featherweight-Java style calculus.
Year
Venue
Field
2018
ECOOP
Programming language,Computer science,Ancestor,Implementation,Theoretical computer science,Hierarchy,Method overriding,Ambiguity,Java,Multiple inheritance
DocType
Citations 
PageRank 
Conference
1
0.36
References 
Authors
0
4
Name
Order
Citations
PageRank
Yanlin Wang110.36
Haoyuan Zhang2114.26
Bruno C. D. S. Oliveira337031.41
Marco Servetto46111.51