+ 2
An object is just an instance of a class. Like you can create variables from datatypes (bool, char, int, etc.).
You can see it as real life objects. People can be multiple instances of a Person class, then in this class you define properties like name, birthday, and methods like Walk(), Talk(), etc.