|
//e is an instance of the interface
>>The interface cannot have an instance, the interface only provides a series of method interfaces, and they are all empty for the polypeptide mechanism
Of course, interfaces can have instances (instance, nouns), and abstract classes can also have instances, but they cannot be instantiated directly. An object that implements an interface is an instance of this interface. |
|