Chief

3
reputation
5
Person me = new Person("Chief");

if(me.alive)
{
    me.sleep();
    me.beLazy();
    me.codeSomeHardShit();
}