Java Program Design: Principles, Polymorphism, and Patterns
暫譯: Java 程式設計:原則、多型與模式

Edward Sciore

  • 出版商: Apress
  • 出版日期: 2018-12-09
  • 定價: $1,750
  • 售價: 8.0$1,400
  • 語言: 英文
  • 頁數: 456
  • 裝訂: Paperback
  • ISBN: 1484241428
  • ISBN-13: 9781484241424
  • 相關分類: Java 程式語言
  • 立即出貨 (庫存 < 3)

買這商品的人也買了...

相關主題

商品描述

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


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.

商品描述(中文翻譯)

掌握多型性及其他物件導向程式設計與實作的基本概念,並學習在當今職場環境中,任何實務上的 Java 專業人士必須了解的一部分設計模式。

《Java 程式設計》介紹了程式設計原則,幫助實務程式設計師提升技能,並在不斷變化的趨勢和演進的語言面前保持相關性。這本書增強了傳統設計模式,結合了 Java 的新功能性程式設計特性,例如功能介面和 Lambda 表達式。最終結果是對設計模式的新詮釋,擴展了它們的功能和適用性,並反映了當前的最佳實踐。

本書探討了 Java 類庫中一些設計良好的類別,利用這些類別來說明正在討論的各種物件導向原則和模式。這種方法不僅提供了良好的實用範例,還讓你學習到一些你可能不會知道的有用類庫類別。

在第一章中介紹了一個簡化的銀行程式設計,並以非物件導向的形式呈現,這個範例貫穿全書。你可以看到物件導向的發展,隨著各種設計原則的逐步應用,最終在最後一章中產生一個精緻的、完全物件導向的程式版本。

你將學到的內容:
- 創建設計良好的程式,並識別和改進設計不良的程式
- 建立對多型性及其在 Java 介面和類別層次結構中使用的專業級理解
- 在尊重 Java 語言現代特性的同時,將經典設計模式應用於 Java 程式設計問題
- 利用 Java 類庫中的類別來促進設計模式在你的程式中的實作

本書適合對象:
對於能夠編寫非物件導向程式碼的 Java 程式設計師,想要深入物件導向 Java 世界的引導學習,以及希望加強基礎知識並將物件導向技能提升到更高層次的中級程式設計師。即使是進階程式設計師也會在每一章中發現有趣的範例和見解。