Skip to main content

Compiling a Class

Our Film class now contains four properties: Title, Description, TicketsSold, and PlayingNow.

generated description: newcompilefilm 20111

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.

FeedbackOpens in a new tab