a=$pikkus; $this->b=$laius; $this->h=$korgus; } function pohjaPindala(){return $this->a*$this->b;} function korgus(){return $this->h;} }