- Object–Oriented Programming with Swift 2
- Gastón C. Hillar
- 147字
- 2021-07-23 14:29:39
Exercises
Now that you understand what an object is, it is time to recognize objects in different applications.
- Exercise 1: Work with an iOS app and recognize its objects. Work with an app that has both an iPhone and iPad version. Execute the app in both versions and recognize the different objects that the developers might have used to code the app. Create an UML diagram with the classes that you would use to create the app. Think about the methods and properties that you would require for each class. If the app is extremely complex, just focus on a specific feature.
- Exercise 2: Work with a Mac OS X application and recognize its objects. Execute the app and work with a specific feature. Recognize the objects that interact to enable you to work with the feature. Write down the objects you recognized and their required behaviors.
推薦閱讀
- Flask Web開發入門、進階與實戰
- Building Cross-Platform Desktop Applications with Electron
- Effective Python Penetration Testing
- Hands-On Enterprise Automation with Python.
- Learning ELK Stack
- Instant Ext.NET Application Development
- Image Processing with ImageJ
- C++程序設計教程(第2版)
- 貫通Tomcat開發
- JavaScript從入門到精通(視頻實戰版)
- 創意UI Photoshop玩轉移動UI設計
- WebStorm Essentials
- iOS開發項目化入門教程
- Python Machine Learning Cookbook
- Java RESTful Web Service實戰