Chapter 11. Using Method Chaining to Write More Compact Code
In this chapter, you will learn how to read input and then process it using method chaining. This is the ability to call multiple methods from left to right. In other words, the benefit is that you write less code.