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...
Clasificación: | Libro Electrónico |
---|---|
Autor principal: | |
Formato: | Electrónico eBook |
Idioma: | Inglés |
Publicado: |
New York :
Apress,
2023.
|
Edición: | Third edition. |
Temas: | |
Acceso en línea: | Texto completo (Requiere registro previo con correo institucional) |
Tabla de Contenidos:
- 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.