Chapter 6: Objects

In this chapter, we are going to talk about objects and object oriented programming.

We’ve already come across a few examples of object oriented programming in previous chapters. For instance, in Chapter 4.4, we talked about the Error object and in Chapter 5, we talked about how functions that are part of an object are known as methods. So, what exactly are objects?