40,95 €
40,95 €
inkl. MwSt.
Sofort per Download lieferbar
payback
20 °P sammeln
40,95 €
40,95 €
inkl. MwSt.
Sofort per Download lieferbar

Alle Infos zum eBook verschenken
payback
20 °P sammeln
Als Download kaufen
40,95 €
inkl. MwSt.
Sofort per Download lieferbar
payback
20 °P sammeln
Jetzt verschenken
40,95 €
inkl. MwSt.
Sofort per Download lieferbar

Alle Infos zum eBook verschenken
payback
20 °P sammeln
  • Format: PDF

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 use of them. This book covers the basic concepts of OOP, schows typical application patterns, gives useful design hints, and finally presents the design and implementation of an object-oriented windows system with an integrated text and graphics editor. The language used throughout this book in…mehr

  • Geräte: PC
  • ohne Kopierschutz
  • eBook Hilfe
  • Größe: 32.92MB
Produktbeschreibung
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 use of them. This book covers the basic concepts of OOP, schows typical application patterns, gives useful design hints, and finally presents the design and implementation of an object-oriented windows system with an integrated text and graphics editor. The language used throughout this book in Oberon-2, a clean and type-safe language designed at ETH Zürich. However, the emphasis of the book is not on the language but on the concepts of OOP. They can easiliy be transferred to any other object-oriented language. The book is aimed at students of computer science as well as at practitioners who want to gain a perspective on modern software development techniques. Compilers for Oberon-2 as well as the source code of the case study in this book are freely available for several common workstations. The book is aimed at students of computer science as well as at practitioners who want to gain a perspective on modern software development techniques.

Dieser Download kann aus rechtlichen Gründen nur mit Rechnungsadresse in A, B, BG, CY, CZ, D, DK, EW, E, FIN, F, GR, HR, H, IRL, I, LT, L, LR, M, NL, PL, P, R, S, SLO, SK ausgeliefert werden.

Autorenporträt
The book describes a practical approach to object-oriented programming and design. After explaining the basic concepts of object orientation it shows with numerous realistic examples how this technique can be used to write extensible and well-structured software. It addresses programmers and practitioners.