But actually it feels more something like:
class Apple {
public:
string color;
string shape;
string taste;
string recipes[];
};
I know what an apple is, I know stuff about it and what properties it has, but it produces no picture (nor code btw...) in my head.

top 50 comments