Home  • Programming • PHP

23 ধাপে অবজেক্ট অরিয়েন্টেড প্রোগ্রামিং PHP ধাপ-10

Set the Properties

<?php include("class_lib.php"); ?>
</head>
<body>
<?php
$rejoan = new people();
$riad= new people;
$rejoan->set_name("Rejoanul Alam");
$riad->set_name("Anjirul Alam");
?>
</body>
</html>

Comments 0


Share

About Author
Jakir Hosan Zilon
Copyright © 2024. Powered by Intellect Software Ltd