Answer Posted / leelu
Difference between php4/5
PHP5
----
Strong OOPS support
1) Data Encapsulation (public, private, protect
visibility for member variables and methods)
2) Concepts like Abstraction, Inheritance,
Reflections(reverse engineering APIs)
3) More Magic Functions like __construct, __destruct,
__call, __get, __set
4)Type Hinting (as in C , we can specify the data type
the argument will be taking in function)
5) late static bindings etc..
| Is This Answer Correct ? | 20 Yes | 1 No |
Post New Answer View All Answers
What is a null coalescing operator in php7?
What does $_cookie mean?
Is numeric in php?
What is php artisan serve?
How do you end php?
What does $globals mean?
Is wordpress a php framework?
What is cookies? How to create cookies in php?
What is the latest version of php?
What is the differences between $a != $B and $a !== $B?
What is the use of header() function in php?
What is php in full?
What is difference between ksort() and usort() functions.
What is if isset ($_ post submit )) in php?
How do functions work?