class CadburyFife extends BrilliantArtist extends JackKevorkian{
function story(){
//return $this->execute_algorithm(‘story’); /*DEPRECATED*/
return $this->execute_genius(‘story’);
}
function execute_genius($type){
return rand_genius();
}
function execute_algorithm($type){
//return professor_burnhearts_algorithm();
return false;
}
}
3 Responses to Writing Algorithm