Actually,
I’ve discovered the following property of Girl:
int Girl::getNumActuallys()
{
//The number of times a girl says Actually is directly
//proportional to the product of her stupidity and hotness.
return this.getStupidity() * this.getHotness();
}