Java 11 Cookbook
上QQ阅读APP看书,第一时间看更新

Getting ready

When a class is used by one, and only one, other class, the designer might decide that there is no need to make such a class public. For example, let's assume that the Engine class is only used by the Vehicle class.