Name:
Anonymous
2007-06-15 11:36
ID:ucDhp4E6
If I were to implement a class Woman, I'd declare her body properties public, if you know what I mean.
Name:
Anonymous
2007-06-16 15:27
ID:rKhVluxd
class woman {
short brain;
long long stupidity;
char indecisive;
unsigned relationsips;
float jobs;
public:
struct silicon boobs;
}
If you know what I mean.