Bummer! This is just a preview. You need to be signed in with an account to view the entire instruction.

Well done!

You have completed (UPI) Chapter 7: Advanced JavaScript Object Handling!

Instruction

Classes and instances

The Building Blocks of OOP

When modeling problems using object-oriented programming, we define abstract representations of the objects we want to manage in our system. These representations are called classes. For example, if we are modeling a school system, we might want to represent professors. Each professor has certain attributes, like a name and a subject they teach, and they can pe...