In order to view this lesson, you must purchase this course.
Our application in its current state only supports a single card in the deck. Why don't we expand the functionality a bit by adding in multiple cards? To do this cleanly, let's take a look at how we could define a model object to encapsulate all of the information for a card. The information we decide to include in our model should not contain more than what is necessary for now.