- Object–Oriented Programming with Swift 2
- Gastón C. Hillar
- 108字
- 2021-07-23 14:29:40
Test your knowledge
- Objects are also known as:
- Classes.
- Subclasses.
- Instances.
- The code specified in a method within a class:
- Cannot access the properties specified in the class.
- Can access the properties specified in the class.
- Cannot interact with other members of the class.
- A subclass:
- Inherits all members from its superclass.
- Inherits only methods from its superclass.
- Inherits only properties from its superclass.
- The variables defined in a class to encapsulate data for each instance of the class in Swift are known as:
- Subclasses.
- Properties.
- Methods.
- The functions defined in a class to encapsulate behavior for each instance of the class are known as:
- Subclasses.
- Properties.
- Methods.
推薦閱讀
- 軟件項目管理實用教程
- Python機器學習經典實例
- 平面設計經典案例教程:CorelDRAW X6
- 區塊鏈項目開發指南
- SignalR:Real-time Application Development(Second Edition)
- Web開發的平民英雄:PHP+MySQL
- HTML5與CSS3權威指南
- 大話代碼架構:項目實戰版
- Python人工智能項目實戰
- Node.js Web Development
- C++ Data Structures and Algorithm Design Principles
- Laravel 5.x Cookbook
- Continuous Integration,Delivery,and Deployment
- Mathematica Data Visualization
- Programming MapReduce with Scalding