Ada 95.The craft of object-oriented programming
β Scribed by John English
- Publisher
- Prentice Hall
- Year
- 1996
- Tongue
- English
- Leaves
- 486
- Category
- Library
No coin nor oath required. For personal study only.
β¦ Synopsis
This book is an introduction to Ada 95. It uses an example-driven approach which gradually develops small trivial programs into large case-study type programs. The main emphasis of this book is on maintenance problems, and using object-oriented technology to write maintainable, extensible programs. Program design is introduced throughout the book, with hypothetical maintenance scenarios used to shoe design shortcomings. and revise them to accomodate maintenance needs. Practical issues such as debugging programs are tackled, and important Ada features not found in other languages are dealt with practically and early on in the text. These include exception handling, user-defined types, procedures, functions, packages and child packages. Preface and access to chapters 3 and 17 viahttp:IIwww.comp.it.bton.ac.uk/je.adacraft plus all examples and solutions can be downloaded.
π SIMILAR VOLUMES
This book is an introduction to Ada 95. It uses an example-driven approach which gradually develops small trivial programs into large case-study type programs. The main emphasis of this book is on maintenance problems, and using object-oriented technology to write maintainable, extensible programs.
An intermediate level book designed for the programmer who is familiar with at least one programming language and is looking for more information on object-oriented construction and design.
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
This book is quite nice for the spoiled programmer who has been using a modern OO language such as C++ or python, and demonstrates methods to implement OO concepts as classes, overloading and polymorphism in Fortran 90/95 (F9X in the remainder of this review) This however is also its main weakness
This book is quite nice for the spoiled programmer who has been using a modern OO language such as C++ or python, and demonstrates methods to implement OO concepts as classes, overloading and polymorphism in Fortran 90/95 (F9X in the remainder of this review) This however is also its main weakness