oop

Day 1

12.1 Lesson Plan - Intro to Object-Oriented Programming

Overview

In this class, we will be introducing students to JavaScript constructors and how they can be used to dynamically create objects with similar schemas.

Notes

  • Constructors are extremely useful in creating objects of similar types and allow for the development of very interesting applications.

Learning Objectives

  • By the end of class, students will be able to:

    • Use OOP to create a banking application.

    • Use constructor functions to create new objects.

    • Use object prototypes to add methods to objects.

Slides

12.1 Introduction to OOP Slide Deck