$a = new Book(); echo $a->getThePopularBook()->name;
$a = new Book('getThePopularBook'); echo $a->name;