Objectives

  • Learn how OOP concepts can be applied using JavaScript

  • Understand the benefit of OOP

  • Understand the benefits of using Classes

  • Create Classes with a public and private interface

  • Create Classes that inherit properties and methods from another Class