- Object–Oriented Programming with Swift 2
- Gastón C. Hillar
- 98字
- 2021-07-23 14:29:36
Chapter 1. Objects from the Real World to Playground
Whenever you have to solve a problem in the real world, you use elements and interact with them. For example, when you are thirsty, you take a glass, you fill it up with water, soda, or your favorite juice, and then you drink. Similarly, you can easily recognize elements, known as objects, from real-world actions and then translate them into object-oriented code. In this chapter, we will start learning the principles of object-oriented programming to use them in the Swift programming language to develop apps and applications.
推薦閱讀
- Data Visualization with D3 4.x Cookbook(Second Edition)
- C# Programming Cookbook
- Rust編程從入門到實戰
- Mastering Ubuntu Server
- Visual Basic程序設計實驗指導(第4版)
- Kali Linux Wireless Penetration Testing Beginner's Guide(Third Edition)
- 網站構建技術
- 移動界面(Web/App)Photoshop UI設計十全大補
- 學習正則表達式
- Java EE 8 Application Development
- Corona SDK Mobile Game Development:Beginner's Guide(Second Edition)
- Python+Tableau數據可視化之美
- Unity 3D/2D移動開發實戰教程
- RESTful Web Clients:基于超媒體的可復用客戶端
- MyBatis 3源碼深度解析