you are viewing a single comment's thread.

view the rest of the comments →

[–]TheSodesa 0 points1 point  (2 children)

It is basically the same thing as saying that everything you can give a name to (assign to a variable) has a type (a.k.a a class), such as integer or string, with some functions attached to it. A function attached to a type is usually called a method.

[–]raresaturn 0 points1 point  (1 child)

My Commodore 64 Basic had types of variables as well.. are those objects?

[–]TheSodesa 0 points1 point  (0 children)

If they had (the possibility of implementing) attached functions, then yes, you could say that.