In above example, we have declared an interface IShape with two readonly properties 'width' and 'height'. Rectangle class implements this interface and declares ...
確定! 回上一頁