December 2012
Beginner
312 pages
9h 3m
English
Way back in chapter 7, we showed you how to create custom objects to use as the output of your functions. To this point, the objects you’ve created have essentially been flat, meaning they could be easily represented in a flat data file structure such as a CSV file or in an Excel spreadsheet or in a simple table. That’s because your objects, to this point, have represented only a single entity, such as a computer system. In this chapter, we’re going to show you how to work with more complex objects that include multiple entities in a single, hierarchical object.
Typically, a single object should represent one single kind of thing. That might be ...
Read now
Unlock full access