资讯

Understanding the differences between an abstract class and interface is key to designing loosely coupled and extensible applications.
Interface members can also be virtual and abstract. However, virtual members of an interface can be overridden by the derived interface but not by a class that extends the interface.