Ok i have a quiz tomorrow and i wanted to know if this logic sounds right.
Classes and objects is the topic.
Here is how i picture it.
We have the library, the class, the object, and the function header.
The library for the class can be this truck. Inside the truck you have this box which is the class. Inside the box contains different sections for different purpose(sections are function headers). You place your object(the instatiation) in one of the sections depending on what you need.