79523283

Date: 2025-03-20 14:48:58
Score: 1
Natty:
Report link
<?php

require_once "programmer.php";
require_once "accounting.php";

$emp1 = new Programmer("Daranee","IT",50000);
$emp1->showData();

$emp2 = new accounting("Peter","Accouting",60000);
$emp2->showData();

?>
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: ดารณี ตันติ๊บ