M
админы блин! вас тоже с 1 апреля
Size: a a a
M
AF
AT
C1
extends C2
implements I1, I2
{
private $a;
protected $b;
function __construct($a, $b)
{
parent::__construct($a, $b);
$this->a = $a;
$this->b = $b;
}
public
function plus()
{
return $this->a + $this->b;
}
/* ............... */
}
VA
K
VA
А
C1
extends C2
implements I1, I2
{
private $a;
protected $b;
function __construct($a, $b)
{
parent::__construct($a, $b);
$this->a = $a;
$this->b = $b;
}
public
function plus()
{
return $this->a + $this->b;
}
/* ............... */
}
VA
VA
Z
Z
AT
AT
Z
Z
А
A