What is a Class and Object in C++?
Can we say that a Class is an Object?
Both classes and instances are objects, but object oriented programming doesn't force the language to have classes & instances.