Skip to main content

Implementing Classes

  • Chapter
  • First Online:
Java in Two Semesters

Part of the book series: Texts in Computer Science ((TCS))

  • 210k Accesses

Abstract

By the end of this chapter students should be able to:

  • design classes using the notation of the Unified Modeling Language (UML);

  • write the Java code for a specified class;

  • explain the difference between public and private access to attributes and methods;

  • explain the meaning of the term encapsulation ;

  • explain the use of the static keyword;

  • pass objects as parameters;

  • develop their own collection classes in Java;

  • identify the advantages of object-oriented programming.

This is a preview of subscription content, log in via an institution to check access.

Access this chapter

Chapter
USD 29.95
Price excludes VAT (USA)
  • Available as PDF
  • Read on any device
  • Instant download
  • Own it forever
eBook
USD 59.99
Price excludes VAT (USA)
  • Available as EPUB and PDF
  • Read on any device
  • Instant download
  • Own it forever
Hardcover Book
USD 79.99
Price excludes VAT (USA)
  • Durable hardcover edition
  • Dispatched in 3 to 5 business days
  • Free shipping worldwide - see info

Tax calculation will be finalised at checkout

Purchases are for personal use only

Institutional subscriptions

Notes

  1. 1.

    Martina Seidl et al., UML @Classroom, An Introduction to Object Oriented Modeling, Springer 2015.

  2. 2.

    Here the word user is referring to the person writing the program, not the person using it!

  3. 3.

    You would be right in thinking that the balance attribute would automatically be assigned a value of zero if we did not specifically do that here. However it is good practice always to ensure that variables are initialized with the values that we require—particularly because in many other programming languages attributes are not initialized as they are in Java.

Author information

Authors and Affiliations

Authors

Corresponding author

Correspondence to Quentin Charatan .

Rights and permissions

Reprints and permissions

Copyright information

© 2019 Springer Nature Switzerland AG

About this chapter

Check for updates. Verify currency and authenticity via CrossMark

Cite this chapter

Charatan, Q., Kans, A. (2019). Implementing Classes. In: Java in Two Semesters. Texts in Computer Science. Springer, Cham. https://doi.org/10.1007/978-3-319-99420-8_8

Download citation

  • DOI: https://doi.org/10.1007/978-3-319-99420-8_8

  • Published:

  • Publisher Name: Springer, Cham

  • Print ISBN: 978-3-319-99419-2

  • Online ISBN: 978-3-319-99420-8

  • eBook Packages: Computer ScienceComputer Science (R0)

Publish with us

Policies and ethics