September 2017
Beginner to intermediate
352 pages
10h 50m
English
This chapter covers
When writing code in an object-oriented way, we’re taught to decompose problems into components, interactions, and states. This breakdown occurs iteratively and on many levels, with each part further subdivided into more components, until at last we arrive at a set of cohesive classes that implement a well-defined set of interactions. Hence, in the object-oriented (OO) approach, classes are the main unit of work. Every time a component is created, ...