* @copyright Meritoo */ class C extends B { public function getPositive() { return true; } public function getNegative() { return false; } }