PHP4 | PHP5 |
No support for static methods | Allows the usage of static methods |
Abstract classes cannot be declared | Abstract classes can be declared |
The method of call-by-value is used | The method of call-by-reference is used |
Constructors can have class names | Constructors have separate names |
Leave a Reply