Code:
Class girls {
 public:
  //Uhh... Missing code yes?
};

class female_professionals {
 double style;
 short skirts;
 long time_to_understand_problems;
 float mind;
 void knowledge;
 char non_co_operative;
}

class married_females {
 double weight;
 short tempered;
 long gossip;
 float hopes;
 void talk;
 char unstable;
}

class engaged_females {
 double time_on_phone;
 short attention_on_work;
 long boast;
 float on_cloud_nine;
 void understanding;
 char edgy;
}

class newly_married_females {
 double dinner_invitation;
 short time_at_work;
 long lunch_break;
 void bank_balance;
 char hen_pecking;
}

class husband_wife_professionals {
 double income;
 short tempered;
l ong time_to_see_each_other;
 void love_life;
 char money_making;
}

class beautiful_city_gir l{
 double boyfriends;
 short affairs;
 long stories;
 void brains;
 char flirt;
}
Funny.