Previous Page
Next Page

Chapter 8
Understanding Values and References
After completing this chapter, you will be able to:

In Chapter 7, “Creating and Managing Classes and Objects,” you learned how to declare your own classes and create objects by using the new keyword. You also saw how to build an object by using a constructor. In this chapter, you will learn about the very different characteristics of the primitive types (such as int) and class types (such as Circle).


Previous Page
Next Page