<?php require_once 'Produk.php'; class RotiTawar extends Produk { public function __construct() { parent::__construct('Roti Tawar', 15000); } } ?>