April 2018
Beginner
456 pages
11h 20m
English
After reading lesson 31, you’ll be able to
You can create your own types of objects to suit whatever your program needs. Except for atomic object types (int, float, bool), any object that you create is made up of other preexisting objects. As someone who implements a new object type, you get to define the properties that make up the object and the behaviors that you’ll allow an object to have (on its own or when interacting with other objects).
You usually define your own objects in order to have customized properties and behaviors, so that you ...
Read now
Unlock full access