12 useful Terminal commands on Mac

Why protocol is better than class in swift?

Question or problem in the Swift programming language: By watching the video tutorial provided by Apple, it seems that swift is protocol-oriented programming langue and apple encourage programmers to use protocol than class. But from my personal view, I see no apparent advantages for protocol. class can conform to protocol, but they can also inherit […]

Continue Reading