Object-Oriented System Development
by Dennis deChampeaux, Doug Lea, Penelope Faure
Publisher: Addison-Wesley 1993
ISBN/ASIN: 020156355X
ISBN-13: 9780201563559
Number of pages: 560
Description:
With this book, software engineers, project managers, and tool builders will be able to better understand the role of analysis and design in the object-oriented (OO) software development process. This book presents a minimum set of notions and shows the reader how to use these notions for OO software construction. The emphasis is on development principles and implementation.
Download or read it online for free here:
Read online
(online html)
Similar books
Adaptive Object-Oriented Software: The Demeter Methodby Karl Lieberherr - Pws Pub Co
This book presents a methodology for adaptive programming in any object-oriented language. Lieberherr's method provides a new approach to OO program design that goes beyond object encapsulation to achieve more flexible interactions among objects.
(17285 views)
Principles of Object-Oriented Programmingby Dung Nguyen, Stephen Wong - Rice University
From the table of contents: Introduction - Objects and Classes; Polymorphism in Action; Immutable List Structure; Mutable Data Structures; Restricted Access Containers; GUI Programming; Labs; Resources - Java Syntax Primer.
(10320 views)
Applying UML and Patterns: An Introduction to Object-Oriented Analysis and Designby Craig Larman - Prentice Hall
This is a lucid and practical introduction to thinking and designing with objects, and creating systems that are well crafted, robust, and maintainable. Developers and students will learn object-oriented analysis and design through case studies.
(25699 views)
How to Design Classesby Matthias Felleisen, et al.
The authors put classes and the design of classes into the center of their approach. In this volume, they show students how object-oriented programming languages such as C# and Java support this effort with syntactic constructs.
(14179 views)