Please enable JavaScript to use CodeHS

Utah Computer Programming 1 and 2

Lesson 16.1 Classes and Objects

Description

In this lesson, we will define what classes and objects are and learn how to break code down in this structure. They will learn how to use the init method to give attributes to objects.


Objective

SWBAT define class and object as well as create them inside their programs.

SWBAT create an init method to give attributes to objects.