Basic Learning of Java - Interface
Interface is a special class
Interface is a pure abstract class
All member functions are abstract functions;
All member variables are public static final;
Interface is In order to facilitate the calling of classes
If a class wants to implement a certain interface, it must add the implementations interface name