Learning Object-Oriented Programming PDF Download

Are you looking for read ebook online? Search for your book and save it on your Kindle device, PC, phones or tablets. Download Learning Object-Oriented Programming PDF full book. Access full book title Learning Object-Oriented Programming by Gaston C. Hillar. Download full books in PDF and EPUB format.

Learning Object-Oriented Programming

Learning Object-Oriented Programming PDF Author: Gaston C. Hillar
Publisher: Packt Publishing Ltd
ISBN: 1785289934
Category : Computers
Languages : en
Pages : 280

Book Description
Learning Object-Oriented Programming is an easy-to-follow guide full of hands-on examples of solutions to common problems with object-oriented code in Python, JavaScript, and C#. It starts by helping you to recognize objects from real-life scenarios and demonstrates that 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 Python, JavaScript, and C#. You will explore how to maximize code reuse by writing code capable of working with objects of different types, and discover the advantage of duck typing in both Python and JavaScript, while you work with interfaces and generics in C#. With a fair understanding of interfaces, multiple inheritance, and composition, you will move on to refactor existing code and to organize your source for easy maintenance and extension. Learning Object-Oriented Programming will help you to make better, stronger, and reusable code.