Summary
Classes have member variables and member functions. An object is a variable where the data type is a class.
You should know how to declare a new class type, how to implement its member functions, how to use the class type.
Frequently, the member functions of an class type place information in the member variables, or use information that's already in the member variables.
In the future we will see more features of OOP.