Please enable JavaScript to use CodeHS

Utah Programación Informática 1 y 2

Lesson 16.1 Clases y objetos

Description

En esta lección, definiremos qué son las clases y los objetos y aprenderemos cómo desglosar el código en esta estructura. Aprenderán a usar el método init para dar atributos a los objetos.


Objective

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

SWBAT create an init method to give attributes to objects.