enow.com Web Search

Search results

  1. Results from the WOW.Com Content Network
  2. Object-Oriented Software Construction - Wikipedia

    en.wikipedia.org/wiki/Object-Oriented_Software...

    Object-Oriented Software Construction, also called OOSC, is a book by Bertrand Meyer, widely considered a foundational text of object-oriented programming. [citation needed] The first edition was published in 1988; the second edition, extensively revised and expanded (more than 1300 pages), in 1997.

  3. Bertrand Meyer - Wikipedia

    en.wikipedia.org/wiki/Bertrand_Meyer

    Meyer pursues the ideal of simple, elegant and user-friendly computer languages and is one of the earliest and most vocal proponents of object-oriented programming (OOP). His book Object-Oriented Software Construction, translated into 15 languages, is one of the earliest and most comprehensive works presenting the case for OOP. [3]

  4. Design by contract - Wikipedia

    en.wikipedia.org/wiki/Design_by_contract

    The term was coined by Bertrand Meyer in connection with his design of the Eiffel programming language and first described in various articles starting in 1986 [1] [2] [3] and the two successive editions (1988, 1997) of his book Object-Oriented Software Construction. Eiffel Software applied for trademark registration for Design by Contract in ...

  5. Category:Software engineering books - Wikipedia

    en.wikipedia.org/wiki/Category:Software...

    Download as PDF; Printable version; ... Computer books: Software development books: Software engineering books. ... Object-Oriented Software Construction;

  6. Object-oriented analysis and design - Wikipedia

    en.wikipedia.org/wiki/Object-oriented_analysis...

    Object-oriented analysis and design (OOAD) is a technical approach for analyzing and designing an application, system, or business by applying object-oriented programming, as well as using visual modeling throughout the software development process to guide stakeholder communication and product quality.

  7. Design Patterns - Wikipedia

    en.wikipedia.org/wiki/Design_Patterns

    Design Patterns: Elements of Reusable Object-Oriented Software (1994) is a software engineering book describing software design patterns.The book was written by Erich Gamma, Richard Helm, Ralph Johnson, and John Vlissides, with a foreword by Grady Booch.

  8. Object-oriented programming - Wikipedia

    en.wikipedia.org/wiki/Object-oriented_programming

    Focused on software quality, Eiffel is a purely object-oriented programming language and a notation supporting the entire software lifecycle. Meyer described the Eiffel software development method, based on a small number of key ideas from software engineering and computer science, in Object-Oriented Software Construction . [ 18 ]

  9. Builder pattern - Wikipedia

    en.wikipedia.org/wiki/Builder_pattern

    The builder pattern is a design pattern that provides a flexible solution to various object creation problems in object-oriented programming.The builder pattern separates the construction of a complex object from its representation.