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

Coding to an interface

In this recipe, you will learn the last of the OOP concepts, called interface, and further practice the usage of aggregation and polymorphism as well as inner classes and inheritance.