class Animal { func makeSound() { fatalError("Implement me!") } } ... 我們學到在某些情況下protocol如何替代子類,但是我們來探討另一種用法:抽象化!
確定! 回上一頁