Beginning Java objects from concepts to code

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...

Full description

Bibliographic Details
Other Authors: Barker, Jacquie, author (author)
Format: eBook
Language:Inglés
Published: New York, NY : Apress Media LLC [2023]
Edition:Third edition
Subjects:
See on Biblioteca Universitat Ramon Llull:https://discovery.url.edu/permalink/34CSUC_URL/1im36ta/alma991009742736106719
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.