"software construction." - Information and Links:

software construction. - Info and Reading Options

"software construction." was published by Prentice-Hall in 1988 - Englewood Cliffs, NJ and the language of the book is English.


“software construction.” Metadata:

  • Title: software construction.
  • Author:
  • Language: English
  • Publisher: Prentice-Hall
  • Publish Date:
  • Publish Location: Englewood Cliffs, NJ

“software construction.” Subjects and Themes:

Edition Identifiers:

AI-generated Review of “software construction.”:


"software construction." Table Of Contents:

  • 1- Preface, viii
  • 2- Syntax notation, xvii
  • 3- . Part 1 Issues and Principles, 1
  • 4- . 1 Aspects of software quality, 3
  • 5- 1.1 External and internal factors, 3
  • 6- 1.2 External quality factors, 4
  • 7- 1.3 About software maintenance, 7
  • 8- 1.4 The key qualties, 9
  • 9- 1.5 Key concepts, 10
  • 10- 1.6 Bibliographical notes, 10
  • 11- . 2 Modularity, 11
  • 12- 2.1 Five criteria, 12
  • 13- 2.2 Five principles, 18
  • 14- 2.3 The open-closed principle, 23
  • 15- 2.4 Key concepts, 25
  • 16- 2.5 Bibliographical notes, 26
  • 17- Exercises, 26
  • 18- . 3 Approaches to reusability, 27
  • 19- 3.1 Repetition in programing, 27
  • 20- 3.2 Simple approaches, 30
  • 21- 3.3 Five requirements on module structures, 31
  • 22- 3.4 Routines, 35
  • 23- 3.5 Packages, 36
  • 24- 3.6 Overloading and genericity, 37
  • 25- 3.7 Key concepts, 39
  • 26- 3.8 Bibliographical notes, 40
  • 27- . 4 The road to object-orientedness, 41
  • 28- 4.1 Process and data, 41
  • 29- 4.2 Functions, data and continuity, 42
  • 30- 4.3 The top-down functional approach, 43
  • 31- 4.4 Why use the data?, 49
  • 32- 4.5 Object-oriented design, 50
  • 33- 4.6 Finding the objects, 51
  • 34- 4.7 Describing objects: abstract data types, 52
  • 35- 4.8 A precise definition, 59
  • 36- 4.9 Seven steps towards object-based happiness, 60
  • 37- 4.10, Key concepts, 63
  • 38- 4.11 Bibliographical notes, 63
  • 39- Exercises, 64
  • 40- . Part 2 Techniques of Object-Oriented Design and Programming, 65
  • 41- . 5 Basic elements of Eiffel programming, 67
  • 42- 5.1 Objects, 67
  • 43- 5.2 A first view of classes, 71
  • 44- 5.3 Using classes, 73
  • 45- 5.4 Routines, 79
  • 46- 5.5 Reference and value semantics, 86
  • 47- 5.6 From classes to systems, 90
  • 48- 5.7 Classes vs. objects, 94
  • 49- 5.8 Discussion, 94
  • 50- 5.9 Key concepts, 101
  • 51- 5.10 Syntactical symmary, 102
  • 52- . 6 Genericity, 105
  • 53- 6.1 Parameterizing classes, 105
  • 54- 6.2 Arrays, 108
  • 55- 6.3 Discussion, 109
  • 56- 6.4 Key concepts, 110
  • 57- 6.5 Syntactical summary, 110
  • 58- 6.6 Bibliographical notes, 110
  • 59- . 7 Systematic approaches to program construction, 111
  • 60- 7.1 The notion of assertion, 112
  • 61- 7.2 Preconditions and postconditions, 113
  • 62- 7.3 Contracting for software reliability, 115
  • 63- 7.4 Class invariants and class correctness, 123
  • 64- 7.5 Some theory, 129
  • 65- 7.6 Representation invariants, 131
  • 66- 7.7 Side-effects in functions, 132
  • 67- 7.8 Other constructs involving assertions, 140
  • 68- 7.9 Using assertions, 143
  • 69- 7.10 Coping with failure: disciplined exceptions, 144
  • 70- 7.11 Discussion, 155
  • 71- 7.12 Key concepts, 161
  • 72- 7.13 Syntactical summary, 162
  • 73- 7.14 Bibliographical notes, 163
  • 74- Exercises, 163
  • 75- . 8 More aspects of Eiffel
  • 76- 8.1 Style standards, 165
  • 77- 8.2 Lexical conventions, 168
  • 78- 8.3 External routines, 169
  • 79- 8.4 Argument passing, 170
  • 80- 8.5 Instructions, 172
  • 81- 8.6 Expressions 176
  • 82- 8.7 Strings, 179
  • 83- 8.8 Input and output, 180
  • 84- 8.9 Key concepts, 181
  • 85- 8.10 Syntactical summary, 181
  • 86- . 9 Designing class interfaces, 183
  • 87- 9.1 Lists and list elements, 184
  • 88- 9.2 Objects as machines, 191
  • 89- 9.3 Dealing with abnormal cases, 199
  • 90- 9.4 Selective exports, 203
  • 91- 9.5 Documenting a class, 204
  • 92- 9.6 Discussion, 210
  • 93- 9.7 Key concepts, 214
  • 94- 9.8 Syntatical summary, 215
  • 95- 9.9 Bibliographical notes, 215
  • 96- Exercises, 215
  • 97- . 10 Introduction to inheritance, 217
  • 98- 10.1 Polygons and rectangles, 218
  • 99- 10.2 The meaning of inhertance, 228
  • 100- 10.3 Deferred classes, 234
  • 101- 10.4 Multiple inheritance, 241
  • 102- 10.5 Discussion, 250
  • 103- 10.6 Key concepts, 251
  • 104- 10.7 Syntatical summary, 251
  • 105- 10.8 Bibliographical notes, 253
  • 106- Excercises, 253
  • 107- . 11 More about inheritance, 255
  • 108- 11.1 Inheritance and assertions, 255
  • 109- 11.2 Redefinition vs. renaming, 259
  • 110- 11.3 The Eiffel type system, 261
  • 111- 11.4 Declaration by association, 266
  • 112- 11.5 Inheritance and information hiding, 272
  • 113- 11.6 Repeated inheritance, 274
  • 114- 11.7 Key concepts, 279
  • 115- 11.8 Syntactical summary, 280
  • 116- 11.9 Bibliographical note, 280
  • 117- Exercises, 280
  • 118- . 12 Object-oriented design: case studies, 281
  • 119- 12.1 Outline of a window system, 281
  • 120- 12.2 Undoing and redoing, 285
  • 121- 12.3 Full-screen entry systems, 291
  • 122- Exercises, 304
  • 123- . 13 Constants and shared objects, 305
  • 124- 13.1 Constants of simple types, 306
  • 125- 13.2 Use of constants, 306
  • 126- 13.3 Constants of class types, 308
  • 127- 13.4 Constants of string type, 314
  • 128- 13.5 discussion, 316
  • 129- 13.6 Key concepts, 321
  • 130- 13.7 Syntactical summary, 321
  • 131- 13.8 Bibliographical notes, 322
  • 132- Exercises, 322
  • 133- . 14 Techniques of object-oriented design, 323
  • 134- 14.1 Design philosophy, 323
  • 135- 14.2 Finding the classes, 326
  • 136- 14.3 Interface techniques, 328
  • 137- 14.4 Inheritance techniques, 329
  • 138- 14.5 Woudl you rather buy or inherit?, 332
  • 139- 14.6 Bibliographical notes, 334
  • 140- Exercises, 334
  • 141- . 15 Implementation: the Eiffel programming environment, 335
  • 142- 15.1 The implementation, 335
  • 143- 15.2 Compilation and configuration management, 336
  • 144- 15.3 Generating C packages, 341
  • 145- 15.4 Performance issues, 343
  • 146- 15.5 Other aspects of the environment, 345
  • 147- . 16 Memory management, 353
  • 148- 16.1 What happens to objects, 353
  • 149- 16.2 The casual approach, 358
  • 150- 16.3 Reclaiming memory: the issues, 359
  • 151- 16.4 Programmer-controlled deallocation, 359
  • 152- 16.5 The self-management approach, 360
  • 153- 16.6 Automatic storage management, 365
  • 154- 16.7 The Eiffel approach 367
  • 155- 16.8 Key concepts, 369
  • 156- 16.9 Bibliographical notes, 370
  • 157- Exercises, 370
  • 158- . Part 3 Applying Object-Oriented Techniques in Other Environments, 373
  • 159- . 17 Object-oriented programming in classical languages, 375
  • 160- 17.1 Levels of language support, 375
  • 161- 17.2 Object-oriented programming in Pascal?, 376
  • 162- 17.3 Fortran, 376
  • 163- 17.4 Object-oriented programming in C, 379
  • 164- 17.5 Bibliographical notes, 383
  • 165- Exercises, 383
  • 166- . 18 Object-oriented programming and Ada, 385
  • 167- 18.1 Packages, 386
  • 168- 18.2 A stack implementation, 386
  • 169- 18.3 Hiding the representation: the private story, 390
  • 170- 18.4 Exceptions, 392
  • 171- 18.5 Tasks, 396
  • 172- 18.6 Key concepts, 397
  • 173- 18.7 Bibliographical notes, 398
  • 174- Exercises, 398
  • 175- . 19 Genericity versus inheritance, 399
  • 176- 19.1 Genericity, 400
  • 177- 19.2 Inheritance, 406
  • 178- 19.3 Simulating inheritance with genericity, 409
  • 179- 19.4 Simulating genericy with inheritance, 410
  • 180- 19.5 Genericity and inheritance in Eiffel, 418
  • 181- 19.6 Discussion, 420
  • 182- 19.7 Key concepts, 421
  • 183- 19.8 Bibliographical notes, 421
  • 184- Exercises, 422
  • 185- . 20 Other object-oriented languages, 423
  • 186- 20.1 Simula, 243
  • 187- 20.2 Smalltalk, 437
  • 188- 20.3 C extensions, 440
  • 189- 20.4 Lisp extensions, 442
  • 190- 20.5 Other languages, 443
  • 191- 20.6 Bibliographical notes, 443
  • 192- Exercises, 444
  • 193- . 21 Further issues, 445
  • 194- 21.1 Implementing reusability, 445
  • 195- 21.2 Persistency, 446
  • 196- 21.3 Concurrency, 447
  • 197- 21.4 Bibliographical notes, 448
  • 198- . Part 4 Appendices
  • 199- . Appendix A Extracts from the Eiffel library, 451
  • 200- A.1 Arrays, 451
  • 201- A.2 General lists, 453
  • 202- A.3 Array lists, 455
  • 203- A.4 Linkable elements, 455
  • 204- A.5 Linked lists, 463
  • 205- A.6 Two-way lists, 469
  • 206- A.7 Trees and nodes, 471
  • 207- . Appendix B Eiffel: a quick overview, 475
  • 208- B.1 Design principles, 475
  • 209- B.2 Classes, 476
  • 210- B.3 Assertions, 479
  • 211- B.4 Exceptions, 480
  • 212- B.5 Generic classes, 482
  • 213- B.6 Multiple inheritance, 482
  • 214- B.7 Polymorphism, 493
  • 215- B.8 Deferred classes, 485
  • 216- B.9 The implementation, 487
  • 217- B.10 The environment, 488
  • 218- . Appendix C Eiffel grammar, 489
  • 219- C.1 Lexical conventions, 489
  • 220- C.2 Syntactical specification, 490
  • 221- C.3 Operator precedence, 494
  • 222- . Appendix D Reserved words and special symbols, 495
  • 223- D.1 Reserved words, 495
  • 224- D.2 Special symbols, 495
  • 225- . Appendix E Input, output and strings, 497`

Snippets and Summary:

The principal aim of software engineering is to help produce quality software.

"software construction." Description:

The Open Library:

Object-Oriented Software Construction presents the methods and techniques of object-oriented design, based on a careful assessment of the underlying software-engineering issues. The book reviews both the techniques needed to obtain the full extent of the approach and object-oriented systems design, with emphasis on effective module-interface design. Numerous examples of reusable software components are presented covering many of the important everyday programming structures. The ideas and concepts are made concrete by realizing them in the Eiffel object-oriented programming language. (Back cover copy)

Read “software construction.”:

Read “software construction.” by choosing from the options below.

Search for “software construction.” downloads:

Visit our Downloads Search page to see if downloads are available.

Find “software construction.” in Libraries Near You:

Read or borrow “software construction.” from your local library.

Buy “software construction.” online:

Shop for “software construction.” on popular online marketplaces.


Related Books

Related Ebooks

Source: The Open Library

E-Books

Related Ebooks from the Open Library and The Internet Archive.

1software construction. - Ebook

Book's cover

Please note that the files availability may be limited due to copyright restrictions.
Check the files availability here, with more info and coverage.

“software construction. - Ebook” Metadata:

  • Title: software construction. - Ebook
  • Publish Date:

Edition Identifiers:

2software construction. - Ebook

Book's cover

Please note that the files availability may be limited due to copyright restrictions.
Check the files availability here, with more info and coverage.

“software construction. - Ebook” Metadata:

  • Title: software construction. - Ebook
  • Publish Date:

Edition Identifiers:


Find "Software Construction." in Wikipdedia