Object–Oriented Programming with Swift 2

Object–Oriented Programming with Swift 2
Author :
Publisher : Packt Publishing Ltd
Total Pages : 332
Release :
ISBN-10 : 9781785884801
ISBN-13 : 1785884808
Rating : 4/5 (808 Downloads)

Book Synopsis Object–Oriented Programming with Swift 2 by : Gaston C. Hillar

Download or read book Object–Oriented Programming with Swift 2 written by Gaston C. Hillar and published by Packt Publishing Ltd. This book was released on 2016-01-28 with total page 332 pages. Available in PDF, EPUB and Kindle. Book excerpt: Get to grips with object-oriented programming in Swift to efficiently build powerful real-world applications About This Book Leverage the most efficient object-oriented design patterns in your Swift applications Write robust, safer, and better code using the blueprints that generate objects Build a platform with object-oriented code by using real-world elements and represent them in your app Who This Book Is For If you are an iOS developer who has a basic idea of object-oriented programming and want to incorporate its concepts with Swift to optimize your application's code and create reusable and easily to understand building blocks, then this book is for you. This is a very useful resource for developers who want to shift from Objective C, C#, Java, Python, JavaScript, or other object-oriented languages to Swift What You Will Learn Build solid, stable, and reliable applications using Swift Work with encapsulation, abstraction, and polymorphism using Swift 2.0 Customize constructors and destructors based on your needs Develop Swift 2.0 with classes, instances, properties, and methods Take advantage of generic code to maximize code reuse and generalize behaviors Use state of inheritance, specialization, and the possibility to overload members Write high quality object-oriented code to build apps for iOS or Mac OS X In Detail Object-Oriented Programming (OOP) is a programming paradigm based on the concept of objects; these are data structures that contain data in the form of fields, often known as attributes and code. Objects are everywhere, and so it is very important to recognize elements, known as objects, from real-world situations and know how they can easily be translated into object-oriented code. Object-Oriented Programming with Swift is an easy-to-follow guide packed full of hands-on examples of solutions to common problems encountered with object-oriented code in Swift. It starts by helping you to recognize objects using real-life scenarios and demonstrates how working with them makes it simpler to write code that is easy to understand and reuse. You will learn to protect and hide data with the data encapsulation features of Swift. Then, you will explore how to maximize code reuse by writing code capable of working with objects of different types. After that, you'll discover the power of parametric polymorphism and will combine generic code with inheritance and multiple inheritance. Later, you move on to refactoring your existing code and organizing your source for easy maintenance and extensions. By the end of the book, you will be able to create better, stronger, and more reusable code, which will help you build better applications. Style and approach This simple guide is packed with practical examples of solutions to common problems. Each chapter includes exercises and the possibility for you to test your progress by answering questions.


Object–Oriented Programming with Swift 2 Related Books

Object–Oriented Programming with Swift 2
Language: en
Pages: 332
Authors: Gaston C. Hillar
Categories: Computers
Type: BOOK - Published: 2016-01-28 - Publisher: Packt Publishing Ltd

DOWNLOAD EBOOK

Get to grips with object-oriented programming in Swift to efficiently build powerful real-world applications About This Book Leverage the most efficient object-
Object Oriented Programming with Swift
Language: en
Pages: 332
Authors: Gaston C Hillar
Categories:
Type: BOOK - Published: 2016-01-29 - Publisher:

DOWNLOAD EBOOK

Swift 3 Object-Oriented Programming
Language: en
Pages: 363
Authors: Gaston C. Hillar
Categories: Computers
Type: BOOK - Published: 2017-02-27 - Publisher: Packt Publishing Ltd

DOWNLOAD EBOOK

Implement object-oriented programming paradigms with Swift 3.0 and mix them with modern functional programming techniques to build powerful real-world applicati
Learn Swift 2 on the Mac
Language: en
Pages: 239
Authors: Waqar Malik
Categories: Computers
Type: BOOK - Published: 2015-12-19 - Publisher: Apress

DOWNLOAD EBOOK

If you are an iOS developer or planning to become one, learning Swift 2 is your #1 priority, and this book tells you everything you need to get up to speed, wel
Swift 2 Design Patterns
Language: en
Pages: 224
Authors: Julien Lange
Categories: Computers
Type: BOOK - Published: 2015-10-28 - Publisher: Packt Publishing Ltd

DOWNLOAD EBOOK

Build robust and scalable iOS and Mac OS X game applications About This Book Learn to use and implement the 23 Gang of Four design patterns using Swift 2 Design