FREELessons: 22Length: 3.6 hours

Next lesson playing in 5 seconds

Cancel
  • Overview
  • Transcript

3.1 Defining a Private Implementation - Creating Instance Variables

In this lesson, we take all of the basics that we’ve learned throughout the course to begin building our own class. This class will be different than the classes that were built previously, as, this time around, we’ll be able to instantiate an object from it. We start by learning about instance variables, and then move on to building the private implementation of our class.