Skip to content

Object Initialization

In this chapter, we will learn more about objects and classes, including reasons behind certain design decisions.

Objectives

  • Understand the use of this. and this()
  • Be able to initialize fields with instance initializers.
  • Understand class and object order of initialization.
  • Understand the use of final with fields and method parameters.

Topics


Up -- Next