๐”– Scriptorium
โœฆ   LIBER   โœฆ

๐Ÿ“

Object-Oriented Programming: in Oberon-2

โœ Scribed by Prof. Dr. Hanspeter Mรถssenbรถck (auth.)


Publisher
Springer Berlin Heidelberg
Year
1993
Tongue
English
Leaves
286
Edition
Softcover reprint of the original 1st ed. 1993
Category
Library

โฌ‡  Acquire This Volume

No coin nor oath required. For personal study only.

โœฆ Synopsis


This book describes a practical approach to object-oriented programming and design. After explaining the basic concepts of object-orientation the book shows with numerous realistic examples how this technique can be used to write extensible and well-structured software. It discussed typical design patterns and shows implementation techniques for frequently occurring problems to be solved with object-oriented programming. Object-oriented programming is programming in the large. Although it is possible to explain the basic concepts withsmall examples it is necessary to study large and realistic applications in order to understand the power and elegance of this new technique. Therefore the book contains the design and full source code of a realistic case study - a window system with extensible text and graphics editors. The programming language used in this book is Oberon-2, the latest offspringof the Pascal and Modula-2 family of languages developed at ETH Z}rich. Besides satisfying the principle requirements of modern software such asstrong type checking, modularity and object-orientedness one of the major advantages of this language is its simplicity. Anyone who understands Pascal can also read Oberon-2 programs. Compilers for Oberon-2 as well as the source code of the case study in this book are freely available from ETH.

โœฆ Table of Contents


Front Matter....Pages i-xiii
Overview....Pages 1-12
Oberon-2....Pages 13-27
Data Abstraction....Pages 29-38
Classes....Pages 39-48
Inheritance....Pages 49-62
Dynamic Binding....Pages 63-74
Typical Applications....Pages 75-94
Useful Techniques....Pages 95-120
Object-Oriented Design....Pages 121-142
Frameworks....Pages 143-152
Oberon0 โ€” A Case Study....Pages 153-213
Costs and Benefits of OOP....Pages 215-220
Back Matter....Pages 221-278

โœฆ Subjects


Programming Techniques; Software Engineering


๐Ÿ“œ SIMILAR VOLUMES


Object-Oriented Programming in Oberon-2
โœ Prof. Dr. Hanspeter Mรถssenbรถck (auth.) ๐Ÿ“‚ Library ๐Ÿ“… 1995 ๐Ÿ› Springer-Verlag Berlin Heidelberg ๐ŸŒ English

<p>Object-oriented programming (OOP) tends to improve software quality by promoting structure, extensibility, and reusability of software. Its fundamentals are data abstraction, inheritance and dynamic binding. But it is not enough to understand these concepts; one must also learn how to make good u

Object-Oriented Programming in Oberon-2
โœ Hanspeter Mรถssenbรถck ๐Ÿ“‚ Library ๐Ÿ“… 1995 ๐Ÿ› Springer ๐ŸŒ English

Without a doubt the idea of object-oriented programming has brought some motion into the field of programming methodology and enlarged the set of programming languages. Object-oriented programming is nothing new-it first arose in the sixties. The motivation came from the simulation of discrete event

Functional Programming for the Object-Or
โœ Brian Marick ๐Ÿ“‚ Library ๐Ÿ“… 2012 ๐ŸŒ English

Many, many of the legendary programmers know many programming languages. What they know from one language helps them write better code in another one. But itโ€™s not really the language that matters: adding knowledge of C# to your knowledge of Java doesnโ€™t make you much better. The languages are too s

Object-oriented Programming in C# for C
โœ Nรธrmark Kurt. ๐Ÿ“‚ Library ๐ŸŒ English

Aalborg University, Denmark, 2010. โ€” 479 p.<div class="bb-sep"></div>This is a teaching material about object-oriented programming, illustrated with use of the programming language C#. The initial version was written i 2006.<br/>It is assumed, as a prerequisite, that the readers have some knowledge