bentinata

324
reputation
1
4
13
// My highschool "about me".
// Not gonna delete it, since it's too funny.
Food chocolate;
Tool pencil, laptop;

// Lol, adding multiple classes.
// I guess my 16yo me don't like OOP's inheritance
// but doesn't understand composition yet.
new Human bentinata = Human.eat(chocolate) + Human.use(pencil) + Human.use(laptop);