Beginning Java objects : from concepts to codes /
As a programming language, Java's object-oriented nature is key to creating powerful, reusable code and applications that are easy to maintain and extend. That being said, many people learn Java syntax without truly understanding its object-oriented roots, setting them up to fail to harness all...
Call Number: | Libro Electrónico |
---|---|
Main Author: | |
Format: | Electronic eBook |
Language: | Inglés |
Published: |
New York :
Apress,
2023.
|
Edition: | Third edition. |
Subjects: | |
Online Access: | Texto completo (Requiere registro previo con correo institucional) |
Table of Contents:
- Part I: The ABCs of Objects
- Chapter 1: Abstraction and Modeling
- Chapter 2: Some Java Basics
- Chapter 3: Objects and Classes
- Chapter 4: Object Interactions
- Chapter 5: Relationships Between Objects
- Chapter 6: Collections of Objects
- Chapter 7: Some Final Object Concepts
- Part II
- Chapter 8: The Object Modeling Process in a Nutshell
- Chapter 9: Formalizing Requirements Through Use Cases
- Chapter 10: Modeling the Data Aspects of the System
- Chapter 11: Modeling the Behavioral Aspects of the System
- Chapter 12: Wrapping Up Our Modeling Efforts
- Chapter 13: A Few More Key Java Details
- Chapter 14: Transforming Your Model into Java Code. - Appendix A: Alternative Case Studies.