Apress | Java Program Design: Principles, Polymorphism, And Patterns (2019 EN)

Discussion in 'Programming' started by Kanka, Sep 11, 2019.

  1. Kanka

    Kanka Well-Known Member Loyal User

    Messages:
    16,047
    Likes Received:
    449
    Trophy Points:
    83
    [​IMG]

    Author: Edward Sciore
    Full Title: Java Program Design: Principles, Polymorphism, And Patterns
    Publisher: Apress; 1st ed. edition (December 9, 2018)
    Year: 2019
    ISBN-13: 9781484241431 (978-1-4842-4143-1), 9781484241424 (978-1-4842-4142-4)
    ISBN-10: 1484241436, 1484241428
    Pages: 456
    Language: English
    Genre: Educational: Programming
    File type: EPUB (True), PDF (True), Code Files
    Quality: 10/10
    Price: 37.44 €


    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.


    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 design patterns in your programs

    Features:
    ✓ Provides a grounding in critical aspects of program design that every Java programmer must know
    ✓ Enhances the traditional design patterns with Java's new functional programming features, such as functional interfaces and lambda expressions
    ✓ Takes into account modern Java features that change the way traditional design patterns are applied

    Who This Book Is For:
    Java programmers who are comfortable writing non-object-oriented code and want a guided immersion into the world of object-oriented Java, and intermediate programmers interested in strengthening their foundational knowledge and taking their object-oriented skills to the next level. Even advanced programmers will discover interesting examples and insights in each chapter.

    -------------
     
    Last edited by a moderator: Mar 8, 2022