Programming a cat 101

katachtig

Moderator
Thread starter
Staff Member
Admin
Joined
Jun 25, 2005
Messages
25,301
Purraise
2,908
Location
Colorado
My hubby came across this programming example from Wikipedia. It reminded us of Carly.

class Cat {

function Meow()
{
____echo 'Meow' ;
}

function Snuggle()
{
____echo 'Purr' ;
}

function Eat()
{
____$this->meow() ;
____$this->meow() ;
____$this->meow() ;
____echo 'I begged until I got food, now I am eating' ;
}

function Sleep()
{
____echo 'Curling up on cat bed' ;
}
}
 

sarahp

TCS Member
Veteran
Joined
Jun 7, 2006
Messages
15,841
Purraise
28
Location
Australia
Ohhhhh not quite geeky enough to fully get it.... Am learning to be a geek, so maybe I'll ge tit in a year or so


I get the idea though...
 

satai

TCS Member
Top Cat
Joined
Jun 24, 2006
Messages
4,448
Purraise
1
Location
Limerick, Ireland
Ok, that is freaking hilarious. I have to send that to BF, he will be rolling on the floor in the office.
 
Top