<html><head><meta http-equiv="Content-Type" content="text/html charset=us-ascii"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class=""><div style="margin: 0px; line-height: normal; color: rgb(69, 69, 69);" class="">Numerous tutorials that I have seen take a very Object-Oriented approach to the protocol-oriented programming (POP) paradigm.&nbsp; By this statement I mean that they tell us that with POP we should begin our design with the protocol rather than with the superclass as we did with OOP however the protocol design tends to mirror the superclass design of OOP. &nbsp; They also tell us that we should use extensions to add common functionality to types that conform to a protocol as we did with superclasses in OOP.&nbsp; While protocols and protocol extensions are arguably two of the most important concepts of POP these tutorials seem to be missing some other very important concepts. &nbsp;</div><div style="margin: 0px; line-height: normal; color: rgb(69, 69, 69); min-height: 14px;" class=""><br class=""></div><div style="margin: 0px; line-height: normal; color: rgb(69, 69, 69);" class="">In this post I would like to compare Protocol-Oriented design to Object-Oriented design to highlight some of the conceptual differences. &nbsp;You can view the blog post here: &nbsp;<a href="http://masteringswift.blogspot.com/2016/02/pop-and-oop.html" class="">http://masteringswift.blogspot.com/2016/02/pop-and-oop.html</a></div><div style="margin: 0px; line-height: normal; color: rgb(69, 69, 69);" class=""><br class=""></div><div style="margin: 0px; line-height: normal; color: rgb(69, 69, 69);" class="">Jon</div></body></html>