Category: PHP MySQL

PHP Constructor & Destructor

Create a Course class for student that display their course code and subject enrolled from an institute. Explanation Way 1: <?php class Course{             public function...
READ MORE   >>

PHP Classes and Objects

Create a Course class for student that display their course code and subject enrolled from an institute. Explanation Properties: course code     =>...
READ MORE   >>

PHP OOPS Concept

OOPS Concept with Real Life Example Objects .An object represents a particular instance of a class and it can be more than one instance of an object. Each instance of an object can hold its own relevant data. An Object is a collection of data...
READ MORE   >>

Recent Comments

    • Copyright © 2020 (Er. Shairy Kalra). All Rights Reserved