In C++ there are just objects and classes, where objects are instances of classes.
In Python, a class definition (i.e., the body of a class) is called an object. And
Everything in Python is an object. Even classes, which are instances of metaclasses.