acres = 0; $this->yield = 0; } function total() { return $this->acres * $this->yield; } }