Java Program Design Principles, Polymorphism, and Patterns

Get a grounding in polymorphism and other fundamental aspects of object-oriented program design and implementation, and learn a subset of design patterns that any practicing Java professional simply must know in today’s job climate. Java Program Design presents program design principles to help prac...

Full description

Bibliographic Details
Main Author: Sciore, Edward
Format: eBook
Language:English
Published: Berkeley, CA Apress 2019, 2019
Edition:1st ed. 2019
Subjects:
Online Access:
Collection: Springer eBooks 2005- - Collection details see MPG.ReNa
LEADER 02894nmm a2200265 u 4500
001 EB001859382
003 EBX01000000000000001023478
005 00000000000000.0
007 cr|||||||||||||||||||||
008 190101 ||| eng
020 |a 9781484241431 
100 1 |a Sciore, Edward 
245 0 0 |a Java Program Design  |h Elektronische Ressource  |b Principles, Polymorphism, and Patterns  |c by Edward Sciore 
250 |a 1st ed. 2019 
260 |a Berkeley, CA  |b Apress  |c 2019, 2019 
300 |a XVII, 456 p. 70 illus  |b online resource 
505 0 |a 1. Modular Software Design -- 2. Polymorphism -- 3. Class Hierarchies -- 4. Strategies -- 5. Encapsulating Constructor Usage -- 6. Iteration -- 7. Adapters -- 8. Decorators -- 9. Composites -- 10. Observers.-11. Model, View, Controller 
653 |a Java 
653 |a Java (Computer program language) 
041 0 7 |a eng  |2 ISO 639-2 
989 |b Springer  |a Springer eBooks 2005- 
028 5 0 |a 10.1007/978-1-4842-4143-1 
856 4 0 |u https://doi.org/10.1007/978-1-4842-4143-1?nosfx=y  |x Verlag  |3 Volltext 
082 0 |a 005.133 
520 |a Get a grounding in polymorphism and other fundamental aspects of object-oriented program design and implementation, and learn a subset of design patterns that any practicing Java professional simply must know in today’s job climate. Java Program Design presents program design principles to help practicing programmers up their game and remain relevant in the face of changing trends and an evolving language. The book enhances the traditional design patterns with Java's new functional programming features, such as functional interfaces and lambda expressions. The result is a fresh treatment of design patterns that expands their power and applicability, and reflects current best practice. The book examines some well-designed classes from the Java class library, using them to illustrate the various object-oriented principles and patterns under discussion. Not only does this approach provide good, practical examples, but you will learn useful library classes you might not otherwise know about. The design of a simplified banking program is introduced in chapter 1 in a non-object-oriented incarnation and the example is carried through all chapters. You can see the object orientation develop as various design principles are progressively applied throughout the book to produce a refined, fully object-oriented version of the program in the final chapter. What You'll Learn: Create well-designed programs, and identify and improve poorly-designed ones Build a professional-level understanding of polymorphism and its use in Java interfaces and class hierarchies Apply classic design patterns to Java programming problems while respecting the modern features of the Java language Take advantage of classes from the Java library to facilitate the implementation of designpatterns in your programs