Interfaces extending classes. TypeScript allows an interface to extend a class. In this case, the interface inherits the properties and methods of the class.
確定! 回上一頁