Designing with Objects
Title | Designing with Objects PDF eBook |
Author | Avinash C. Kak |
Publisher | John Wiley & Sons |
Pages | 504 |
Release | 2015-02-09 |
Genre | Computers |
ISBN | 1118581202 |
Here is a book that takes the sting out of learning object-oriented design patterns! Using vignettes from the fictional world of Harry Potter, author Avinash C. Kak provides a refreshing alternative to the typically abstract and dry object-oriented design literature. Designing with Objects is unique. It explains design patterns using the short-story medium instead of sterile examples. It is the third volume in a trilogy by Avinash C. Kak, following Programming with Objects (Wiley, 2003) and Scripting with Objects (Wiley, 2008). Designing with Objects confronts how difficult it is for students to learn complex patterns based on conventional scenarios that they may not be able to relate to. In contrast, it shows that stories from the fictional world of Harry Potter provide highly relatable and engaging models. After explaining core notions in a pattern and its typical use in real-world applications, each chapter shows how a pattern can be mapped to a Harry Potter story. The next step is an explanation of the pattern through its Java implementation. The following patterns appear in three sections: Abstract Factory, Builder, Factory Method, Prototype, and Singleton; Adapter, Bridge, Composite, Decorator, Facade, Flyweight, and Proxy; and the Chain of Responsibility, Command, Interpreter, Iterator, Mediator, Memento, Observer, State, Strategy, Template Method, and Visitor. For readers’ use, Java code for each pattern is included in the book’s companion website. All code examples in the book are available for download on a companion website with resources for readers and instructors. A refreshing alternative to the abstract and dry explanations of the object-oriented design patterns in much of the existing literature on the subject. In 24 chapters, Designing with Objects explains well-known design patterns by relating them to stories from the fictional Harry Potter series
Object Design
Title | Object Design PDF eBook |
Author | Rebecca Wirfs-Brock |
Publisher | Addison-Wesley Professional |
Pages | 420 |
Release | 2003 |
Genre | Computers |
ISBN | 9780201379433 |
Object technology pioneer Wirfs-Brock teams with expert McKean to present a thoroughly updated, modern, and proven method for the design of software. The book is packed with practical design techniques that enable the practitioner to get the job done.
Designing Object-oriented User Interfaces
Title | Designing Object-oriented User Interfaces PDF eBook |
Author | David Hunter Collins |
Publisher | Addison Wesley Publishing Company |
Pages | 616 |
Release | 1995 |
Genre | Computers |
ISBN |
This is both the first authoritative treatment of OOUi and a book which will help designers, developers, analysts, and many others understand and apply object-oriented analysis to user interfaces. Collins delivers a single conceptual model to guide both external and internal design of the user interface. A set of figures, examples, and case studies illustrates the development of new applications and functions & --both stand-alone and integrated & --with existing environments. Throughout, the methodology is grounded in object-oriented principles that are consistent with other object-oriented methodologies for system and database design.
Designing Object-oriented Software
Title | Designing Object-oriented Software PDF eBook |
Author | Rebecca Wirfs-Brock |
Publisher | Pearson |
Pages | 376 |
Release | 1990 |
Genre | Computers |
ISBN |
Software -- Software Engineering.
Practical Object-oriented Design in Ruby
Title | Practical Object-oriented Design in Ruby PDF eBook |
Author | Sandi Metz |
Publisher | Pearson Education |
Pages | 272 |
Release | 2013 |
Genre | Computers |
ISBN | 0321721330 |
The Complete Guide to Writing More Maintainable, Manageable, Pleasing, and Powerful Ruby Applications Ruby's widely admired ease of use has a downside: Too many Ruby and Rails applications have been created without concern for their long-term maintenance or evolution. The Web is awash in Ruby code that is now virtually impossible to change or extend. This text helps you solve that problem by using powerful real-world object-oriented design techniques, which it thoroughly explains using simple and practical Ruby examples. This book focuses squarely on object-oriented Ruby application design. Practical Object-Oriented Design in Ruby will guide you to superior outcomes, whatever your previous Ruby experience. Novice Ruby programmers will find specific rules to live by; intermediate Ruby programmers will find valuable principles they can flexibly interpret and apply; and advanced Ruby programmers will find a common language they can use to lead development and guide their colleagues. This guide will help you Understand how object-oriented programming can help you craft Ruby code that is easier to maintain and upgrade Decide what belongs in a single Ruby class Avoid entangling objects that should be kept separate Define flexible interfaces among objects Reduce programming overhead costs with duck typing Successfully apply inheritance Build objects via composition Design cost-effective tests Solve common problems associated with poorly designed Ruby code
Design Patterns
Title | Design Patterns PDF eBook |
Author | Erich Gamma |
Publisher | Pearson Deutschland GmbH |
Pages | 512 |
Release | 1995 |
Genre | Business & Economics |
ISBN | 9783827328243 |
Software -- Software Engineering.
Object-oriented Design in Java
Title | Object-oriented Design in Java PDF eBook |
Author | Stephen Gilbert |
Publisher | |
Pages | 772 |
Release | 1998 |
Genre | Computers |
ISBN | 9781571691347 |
Targeting the needs of Java application programmers, this book uses an experience-based, hands-on approach. The CD-ROM contains the Code-Warrior Lite multi-platform Integrated Development Environment (IDE) and Borland's JBuilder trial version.