werwerwerwer

The difference between an interface and a class, in Java, is that classes can be instantiated;
interfaces can not. Further, a class (e.g., a new custom class) can only inherit from one and only
one class, but it can inherit (implement) multiple interfaces.
So interfaces are used to segregate Windchill functions and still allow classes to inherit disparate
functions by implementing multiple interfaces.

你可能感兴趣的:(r)