Summary
This section has given an introduction to the Eiffel language.
It discussed the design principles underlying Eiffel,
which may be characterized as being focused
on static typing and support for the development
of reliable programs.
The language Eiffel
B
- design principles -- correctness
- terminology -- keywords
- syntax -- type conformance, control
- objects -- counter example
- inheritance -- renaming, redefining
slide: Eiffel -- summary
Further,
it presented an overview of the keywords related to
the constructs offered,
and discussed type expressions, value expressions
and control statements.
An example was given to illustrate the features offered.
Finally, we looked at the mechanisms of renaming
and redefining, which are needed to
avoid name clashes when using multiple inheritance.
[]
readme
course
preface
1
2
3
4
5
6
7
8
9
10
11
12
appendix
lectures
resources
eliens@cs.vu.nl

draft version 0.1 (15/7/2001)