株式会社極東書店トップ商品一覧Learning Java Through Games.

商品詳細

Learning Java Through Games.

Learning Java Through Games.

・ISBN 978-1-138-42803-4 hard GB£ 210.00

¥66,528.- (税込) (※)価格はご注文時の参考価格となります。
納品価格につきましては書籍の入荷時点で確定となります。
版元の原価改定、外国為替の変動等により異なる場合がございますので、予めご了承下さい。

お気に入り
電子版あり 大学・学術機関向け電子ブック(eBook)ISBN 9780429167683
著者・編者Stanchev, Lubomir,
出版社 (CRC Press, UK)
出版年月2017
ページ数386 pp.
言語ENG
ニュース番号<A00-39283>

解説

Learning Java Through Games teaches students how to use the different features of the Java language as well as how to program. Suitable for self-study or as part of a two-course introduction to programming, the book covers as much material as possible from the latest Java standard while requiring no previous programming experience.

Taking an application-motivated approach, the text presents an abundance of games. Students must read through the whole chapter to understand all the features that are needed to implement the game. Most chapters start with a description of a game and then introduce different Java constructs for implementing the features of the game on need-to-use bases.

The text teaches students not only how to write code that works but also how to follow good software practices. All sample programs in the text strive to achieve low cohesion and high coupling the hallmarks of well-designed code. Many programs are refactored multiple times to achieve code that is easy to understand, reuse, and maintain.

The first part of the book covers basic programming techniques, such as conditional statements, loops, methods, arrays, and classes. The second part focuses on more advanced topics, including class inheritance, recursions, sorting algorithms, GUI programming, exception handling, files, and applets.