- 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.
- C# 7 and .NET Core Cookbook
- Expert C++
- Instant Apache Stanbol
- Flask Web開發(fā)入門、進(jìn)階與實(shí)戰(zhàn)
- Java EE 7 Development with NetBeans 8
- Linux操作系統(tǒng)基礎(chǔ)案例教程
- Hands-On Functional Programming with TypeScript
- 好好學(xué)Java:從零基礎(chǔ)到項(xiàng)目實(shí)戰(zhàn)
- Scratch從入門到精通
- Web前端測試與集成:Jasmine/Selenium/Protractor/Jenkins的最佳實(shí)踐
- JBoss AS 7 Development
- 前端程序員面試算法寶典
- Java Web程序開發(fā)參考手冊
- Practical XMPP
- Visual C++實(shí)用教程