- 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.
推薦閱讀
- C及C++程序設計(第4版)
- Oracle從入門到精通(第3版)
- The Modern C++ Challenge
- Building Modern Web Applications Using Angular
- Java完全自學教程
- Learning AndEngine
- 深入淺出React和Redux
- 零基礎學Kotlin之Android項目開發實戰
- Java程序設計與項目案例教程
- Python函數式編程(第2版)
- App Inventor 2 Essentials
- Learning Unreal Engine Game Development
- 體驗之道:從需求到實踐的用戶體驗實戰
- Linux Networking Cookbook
- 機器人ROS開發實踐