Home Segments Top Top Previous Next

Chapter 16:

How to Write Constructors
that Call Other Constructors

In Chapter 11, you learned that constructors are instance methods that you use to construct class instances. In this chapter, you learn how to arrange for one class's constructor to call another class's constructor explicitly.