I'm not sure, but I don't think it's correct to say that a reference to a class instance (which is an object) is "a class instance which points to...". It's quite confusing. Otherwise excellent tutorial, btw...
Not so confusing if you use pointers in C or C++. But thanks Stanislav for this comment. Today I finally understand that object and instance of a class are the same.
I'm not sure, but I don't think it's correct to say that a reference to a class instance (which is an object) is "a class instance which points to...". It's quite confusing. Otherwise excellent tutorial, btw...
Not so confusing if you use pointers in C or C++. But thanks Stanislav for this comment. Today I finally understand that object and instance of a class are the same.