Intermediate Interface
This chapter explains some of the details of Java interfaces, including inheritance, fields, and static and default methods .
Objectives¶
-
Understand interface fields, static methods, and default methods.
-
Explain the difference between inheritance of type, implementation, and state.