Genericity versus inheritance
Genericity versus inheritance
复制标题
泛型与继承
DOI:
10.1145/28697.28738
复制
发表时间:
1986
期刊:
影响因子:
--
通讯作者:
B. Meyer
中科院分区:
文献类型:
--
作者:
B. Meyer
Genericity, as in Ada or ML, and inheritance, as in object-oriented languages, are two alternative techniques for ensuring better extendibility, reusability and compatibility of software components. This article is a comparative analysis of these two methods. It studies their similarities and differences and assesses to what extent each may be simulated in a language offering only the other. It shows what features are needed to successfully combine the two approaches in a statically typed language and presents the main features of the programming language Eiffel, whose design, resulting in part from this study, includes multiple inheritance and limited form of genericity under full static typing.