EIFFEL
·
Readability-
Eiffel
only has classes and objects which makes the programming language simple and
readable. Also, components of classes are of three types they are generally
available, selectively available and secret. Semicolons is used to end
statements and also control structure uses ‘END’ to end themselves, which
increases the readability of Eiffel.
·
Writability-
Eiffel
has multiple and repeated inheritance which allows the user to inherit classes
and make the coding process easier. Eiffel has a special feature that is, it
can work across systems, which helps the development process easier.
·
Reliability-
Eiffel
allows Exception handling, which allows the developer to throw, define and
handle exceptions. Also, aliasing is also allowed which allows the developer to
add new names to old functions. Exception handling and aliasing in Eiffel
increases the reliability of the programming language.
Comments
Post a Comment