
Learning Object-Oriented Programming
Explore and crack the OOP code in Python, JavaScript, and C#
Gaston C. Hillar(Author)
Packt Publishing
Published on 16. July 2015
Book
Paperback/Softback
280 pages
978-1-78528-963-7 (ISBN)
Description
Key Features
Book DescriptionIf you're a Python, JavaScript, or C# developer and want to learn the basics of object-oriented programming with real-world examples, then this book is for you.What you will learn
Generate instances in three programming languages: Python, JavaScript, and C#
Customize constructors and destructors
Work with a combination of access modifiers, prefixes, properties, fields, attributes, and local variables to encapsulate and hide data
Take advantage of specialization and the possibility to overload or override members
Create reusable and easier to maintain code
Use interfaces, generics, and multiple inheritance when available
Who this book is for
Book DescriptionIf you're a Python, JavaScript, or C# developer and want to learn the basics of object-oriented programming with real-world examples, then this book is for you.What you will learn
Generate instances in three programming languages: Python, JavaScript, and C#
Customize constructors and destructors
Work with a combination of access modifiers, prefixes, properties, fields, attributes, and local variables to encapsulate and hide data
Take advantage of specialization and the possibility to overload or override members
Create reusable and easier to maintain code
Use interfaces, generics, and multiple inheritance when available
Who this book is for
More details
Language
English
Place of publication
Birmingham
United Kingdom
Target group
Professional and scholarly
US School Grade: College Graduate Student
Dimensions
Height: 235 mm
Width: 191 mm
Thickness: 15 mm
Weight
528 gr
ISBN-13
978-1-78528-963-7 (9781785289637)
Copyright in bibliographic data and cover images is held by Nielsen Book Services Limited or by the publishers or by their respective licensors: all rights reserved.
Schweitzer Classification
Other editions
Additional editions

Gaston C. Hillar
Learning Object-Oriented Programming
Explore and crack the OOP code in Python, JavaScript, and C#
E-Book
10/2025
Packt Publishing
from
€42.09
Available for download
Person
Gaston C. Hillar is Italian and has been working with computers since he was 8 years old. Gaston has a Bachelor's degree in computer science (graduated with honors) and an MBA. Currently, Gaston is an independent IT consultant and a freelance author who is always looking for new adventures anywhere in the world. He was a senior contributing editor at Dr. Dobb's, and has written more than a hundred articles on software development topics. He has received the prestigious Intel Black Belt Software Developer award eight times. He has written many articles about Java for Oracle Java Magazine. Gaston was also a former Microsoft MVP in technical computing. He lives with his wife, Vanesa, and his two sons, Kevin and Brandon.
Content
Table of Contents
Looking at Objects everywhere
Creating and declaring classes and instances
Encapsulation of data
Inheritance and specialization
Interfaces, multiple inheritance and composition
Duck Typing and Generics
Organization of object-oriented code
Taking full advantage of Object Oriented Programming
Looking at Objects everywhere
Creating and declaring classes and instances
Encapsulation of data
Inheritance and specialization
Interfaces, multiple inheritance and composition
Duck Typing and Generics
Organization of object-oriented code
Taking full advantage of Object Oriented Programming