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
What is the method to execute a php script from the command line?
Explain the types of string comparision function in PHP
Why do we use sessions in php?
What is polymorphism php?
Is ruby on rails php?
What is preg_match?
What is cookie?
Which is better php praogramming or cad/cam scope wise and also salaray wise?
What is the role of php.ini file?
How to include variables in double-quoted strings?
What is singleton pattern in php?
How can you send http header to the client in php?
What is difference between static and constant?
What is use of in_array() function in php?
What is php addslashes?