翻訳と辞書
Words near each other
・ ehts
・ eia
・ eia-232
・ eia-232c
・ eia-422
・ eia-423
・ eia-449
・ eia-485
・ eia-530
・ eide
eiffel
・ eiffel source checker
・ eigenvalue
・ eigenvector
・ eight queens problem
・ eight queens puzzle
・ eight-bit clean
・ eighty-column mind
・ eighty-twenty rule
・ eirp


Dictionary Lists
翻訳と辞書 辞書検索 [ 開発暫定版 ]
スポンサード リンク

eiffel : FOLDOC
Eiffel
An object-oriented language produced by Bertrand Meyer in 1985. Eiffel has classes with multiple inheritance and {repeated inheritance}, {deferred class}es (like Smalltalk's abstract class), and clusters of classes. Objects can have both {static types} and {dynamic types}. The dynamic type must be a descendant of the static (declared) type. Dynamic binding resolves multiple inheritance clashes. It has flattened forms of classes, in which all of the inherited features are added at the same level and {generic class}es parametrised by type.
Other features are {persistent objects}, garbage collection, exception handling, {foreign language interface}. Classes may be equipped with assertions (routine preconditions and postconditions, class {invariants}) implementing the theory of "{Design by Contract}" and helping produce more reliable software.
Eiffel is compiled to C. It comes with libraries containing several


スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース

Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.