Run »
×
Change Orientation
name = $name; $this->color = $color; } function get_name() { return $this->name; } function get_color() { return $this->color; } } $apple = new Fruit("Apple", "red"); echo $apple->get_name(); echo "
"; echo $apple->get_color(); ?>
×
Report a Problem:
Your E-mail:
Page address:
Description:
Submit