So far you wrote separate variables and functions. In this lesson we meet class — a way to package data and behavior together. A class is a template, and an object is what gets created from it.