Compiling a Class
Our Film class now contains four properties: Title, Description, TicketsSold, and PlayingNow.
Although there is more that we want to add to it later, our class is fully functional—or it will be as soon as we compile it.
All we have to do is compile the class: click Build->Compile or press the CTRL + F7 keys.