• Sunoc@sh.itjust.works
    link
    fedilink
    arrow-up
    50
    arrow-down
    1
    ·
    5 months ago

    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.