Programming in Oberon: Steps Beyond Pascal and Modula-2
Martin Reiser, Niklaus Wirth
Find this book at buch7.de | eurobuch.com | buchhandel.de | books.google.com ASIN=0201565439, Category: Software Design, Language: E, cover: PB, pages: 320, year: 1992.
Review © (1993-2004) by interesting-books-selector.com
This book presents the programming language Oberon in concise, illustrative and clear style with many examples. Most chapters contain exercises. After explaining language constructs and library modules in the first nine chapters, some examples show how stepwise refinement and data abstraction facilitate program design. The object oriented features, namely record type extension, also called inheritance and dynamic, also called polymorphic types, are described on 75 pages and applied to simulation example.
The last chapter is dedicated to Oberon-2, which is fully upward compatible with Oberon. Oberon-2 basically extends Oberon by so-called type bound procedures, also called methods in the object oriented terminology. The appendix contains the complete Oberon language report on only 25 pages. Oberon is a simple language, yet more powerful than its predecessor Modula-2. This book is a must.