- Object–Oriented Programming with Swift 2
- Gastón C. Hillar
- 146字
- 2021-07-23 14:29:40
Summary
In this chapter, you learned how to recognize real-world elements and translate them into the different components of the object-oriented paradigm supported in Swift: classes, protocols, properties, methods, and instances. You understood that the classes represent blueprints or templates to generate the objects, also known as instances.
We designed a few classes with properties and methods that represent blueprints for real-life objects. Then, we improved the initial design by taking advantage of the power of abstraction and specialized different classes. We generated many versions of the initial UML diagram as we added superclasses and subclasses. Finally, we wrote some code in the Swift Playground to understand how we can interact with API objects.
Now that you have learned some of the basics of the object-oriented paradigm, we are ready to start creating classes and instances in Swift, which is the topic of the next chapter.
- Access 數據庫應用教程
- Software Testing using Visual Studio 2012
- 青少年美育趣味課堂:XMind思維導圖制作
- Cassandra Design Patterns(Second Edition)
- Oracle BAM 11gR1 Handbook
- 數據結構(C語言)
- Mastering JBoss Enterprise Application Platform 7
- 深入理解Elasticsearch(原書第3版)
- MySQL程序員面試筆試寶典
- RocketMQ實戰與原理解析
- 零基礎學C語言(第4版)
- Learning Android Application Testing
- Python Machine Learning Cookbook
- SAP Web Dynpro for ABAP開發技術詳解:基礎應用
- Java EE程序設計與開發實踐教程