r=$r; $this->h=$h; } function pohjaPindala(){ return 3.14*$this->r*$this->r; } function korgus(){ return $this->h; } }