August 2016
Beginner to intermediate
847 pages
17h 28m
English
In this chapter, we will create a hierarchy of blueprints that generate objects. We will take advantage of inheritance and many related features to specialize behavior in each of the three covered programming languages. We will:
So far, we have been creating classes on Python and C# to generate blueprints for real-life objects. In JavaScript we have been using constructor ...