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
Explain about switch statement in PHP?
How to pass variables by references?
How cookies are trported from browsers to servers?
How do I end a php session?
How can we automatically escape incoming data?
How to access a specific character in a string?
How can we submit form without a submit button?
What are the different filter functions used to filter a variable?
How to convert strings to numbers in php?
What is member function?
How to call javascript function in php on button click?
What is alias in php?
Do you know how to delete a file from the system?
How to assigning a new character in a string?
What is strlen php?