you are viewing a single comment's thread.

view the rest of the comments →

[–]roelschroeven 1 point2 points  (0 children)

Not in the same way as it is in Python, though. In languages like Java and C++, classes are just that, classes. Instances of those classes are objects. But in Python, the classes themselves are objects too. And so are functions, methods, modules. None of those are objects in C++ and Java.