- Object–Oriented Programming with Swift 2
- Gastón C. Hillar
- 217字
- 2021-07-23 14:29:35
Preface
Object-oriented programming, also known as OOP, is a required skill in any modern software developer job. It makes a lot of sense because object-oriented programming allows you to maximize code reuse and minimize maintenance costs. However, learning object-oriented programming is challenging because it includes too many abstract concepts that require real-life examples to be easy to understand. In addition, object-oriented code that doesn't follow best practices can easily become a maintenance nightmare.
Swift is a multi-paradigm programming language, and one of its most important paradigms is OOP. If you want to create great applications and apps for Mac, iPhone, iPad, Apple TV, and Apple Watch, you need to master OOP in Swift. In addition, as Swift also grabs the nice features found in functional programming languages, it is convenient to know how to mix OOP code with functional programming code.
This book will allow you to develop high-quality reusable object-oriented code in Swift 2.2. You will learn the object-oriented programming principles and how Swift implements them. You will learn how to capture objects from real-world elements and create object-oriented code that represents them. You will understand Swift's approach towards object-oriented code. You will maximize code reuse and reduce maintenance costs. Your code will be easy to understand, and it will work with representations of real-life elements.
- 深度實踐OpenStack:基于Python的OpenStack組件開發
- Bootstrap Site Blueprints Volume II
- Advanced Machine Learning with Python
- Leap Motion Development Essentials
- Learning Bayesian Models with R
- Django:Web Development with Python
- 人臉識別原理及算法:動態人臉識別系統研究
- 假如C語言是我發明的:講給孩子聽的大師編程課
- Android開發:從0到1 (清華開發者書庫)
- Scala程序員面試算法寶典
- Machine Learning in Java
- C專家編程
- C語言程序設計實訓教程與水平考試指導
- 黑莓(BlackBerry)開發從入門到精通
- JavaScript Concurrency