Skip to:Content
|
Bottom
Cover image for Object-oriented design with C++
Title:
Object-oriented design with C++
Personal Author:
Publication Information:
London : Prentice Hall, 1997
Physical Description:
1 computer disk ; 3 1/2 in
ISBN:
9780132563710
General Note:
Accompanies text with the same title (QA76.64 B38 1997)
Added Author:

Available:*

Library
Item Barcode
Call Number
Material Type
Item Category 1
Status
Searching...
30000004060186 DSK 1449 Open Access Computer File Diskette (Open Shelves)
Searching...
Searching...
30000004060194 DSK 1449 Open Access Computer File Diskette (Open Shelves)
Searching...
Searching...
30000004060202 DSK 1449 Open Access Computer File Diskette (Open Shelves)
Searching...
Searching...
30000004060137 DSK 1449 Open Access Computer File Diskette (Open Shelves)
Searching...

On Order

Summary

Summary

This is an introductory text to object oriented design and C++. The adoption of C++ as a programming language presents a number of challenges, not least to reduce the degree of freedom available to the programmer. It explores some of these difficulties and their resolutions, by imposing on the language the use of an object model. This is also expressed in the design language LOOM which, in addition to constraining the form of the model, also removes the arcane syntax of C++ and its confusing syntax. The emergence of a number of object oriented methods offers the opportunity to impose object oriented modelling and designs into the development process from the beginning, ahead of implementation concerns. LOOM reinforces the holistic nature of the object model where there is less division between the phases of the software life cycle. It also provides the balance between the power and flexiblity of the C++ programming language and the control required in its usage. In this way LOOM reduces the risk involved in the adoption of C++ as an implementation language. A disk is included. LOOM has been incorporated into a design tool called ROME.


Author Notes

Ingrid Stober: Studied Earth Sciences at the University of Freiburg (Germany). 1985 Ph.D. with the dissertation on "groundwater flow patterns in hard-rock aquifers, results from pumping- and injection-tests". 1994 habilitation thesis on "hydrogeology of crystalline rocks of the Black Forest, Germany". She is working at the Geological Survey of Baden-Württemberg, with the responsibility for geothermal energy. Her research interests are geothermal waters and hydraulics.

 Kurt Bucher: Studied Geology at ETH Zurich (Switzerland). 1977 Ph.D. in metamorphic petrology. Assistant professor at the University of Basel (Switzerland), Professor of Geology at the University of Oslo (Norway) and is currently Full Professor of Mineralogy and Geochemistry at the University of Freiburg (Germany). His research is focused on field studies of water-rock interaction processes in deep geothermal systems.


Table of Contents

1 Object Technology
2 Object Oriented Analysis and Design
3 A Language for object Oriented Modelling Case Study
4 A Simple Library System
5 Dynamic Modelling
6 Object Oriented Programming Language
7 Specialisation
8 Case Study Library System Revisited Inheritance
9 Tool Support
10 Bibliography
Appendix A LOOM Grammer
Appendix B LOOM Base Types
Appendix C C++ Classes
Appendix D Classes
Appendix D C++ Class
Reference
Appendix E Case Study LOOM Scripts
Appendix F C++ Program Listings
Go to:Top of Page