Main difference between constructors in php

We are using OOPS(Object Oriented Programming System) in PHP because it is more flexible and reliable then Procedural Level language. In this section you will come to know how to define constructor in PHP.

Here are two way to define constructor, As you can see in the given example a class has been created with the name Student.