Is PHP is procedure oriented or object oriented?
Answer Posted / uttam thakor
PHP is Both Procedure oriented and Object Oriented.
We have the choice of using procedural programming or object
oriented programming, or a mixture of them.
Although not every standard OOP feature is implemented in
PHP 4, many code libraries and large applications (including
the PEAR library) are written only using OOP code.
PHP 5 fixes the OOP related weaknesses of PHP 4, and
introduces a complete object model.
Thanks.
Is This Answer Correct ? | 38 Yes | 2 No |
Post New Answer View All Answers
How to check an key is exists in array?
What is php how it works?
Where is session value stored?
How to redirect https to http url through .htaccess?
What is the ioncube php loader?
What is inheritance in php?
What is html used for?
What are the popular frameworks in php?
What is mysqli_real_escape_string?
Is php a dying language?
Explain about PHP cookies?
What is preg_match?
Difference between mysql_connect and mysql_pconnect?
What is dao in php?
What is the difference between single quoted string and double quoted string?