Majorly Geeky Code Pun
class Affection {
public object Owner;
}
Affection You = new Affection();
// You are the object of my affection.
You.Owner = Me;
class Affection {
public object Owner;
}
Affection You = new Affection();
// You are the object of my affection.
You.Owner = Me;
Heh, reminds me of Unix sex.