In order to view this lesson, you must purchase this course.
Welcome to the very first lesson of the course. In this video, we'll begin with an easy task of creating a few custom classes to model out our application. First we'll define a Book and what properties it should have. Since a book is not complete without pages, we'll create a Page class as well.
Finally, to link these objects together, we specify a list of Page objects on Book. Have fun with this video, things get more interesting with each lesson.