Object-oriented programming is a way to model computer programs by bundling things into objects that interact with each other.

We've already created lots of objects: strings, numbers, lists, dictionaries: in C#, pretty much everything is an object.

Psst: we're slowly moving into serious topics, where everything will come together.