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 library is used for pdf in php?
Explain how can we increase the execution time of a php script?
What are php errors?
Where can I find php ini file?
How to get a random value from a php array?
Is empty function c++?
What are different types of Print Functions available in PHP?
What is the delimiter default in PHP?
Why php is used?
What is form submission?
What is the difference between myisam and innodb?
Does php support multiple inheritance?
What language is php based on?
Why php is used in html?
How we get ip address of client, previous reference page etc?