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 do you mean by core php?
How do you measure variables?
What is the best way to test the strpos() return value in php?
Do you know what does mvc stand for and what does each component do?
What is final keyword in php?
What are the different ways to login to a remote server? Explain the me, advantages and disadvantages?
Is php a middleware?
How to define a user function?
Which one is best framework for php?
What is php compared to html?
Which are the best start and end tags to use?
How can php and javascript interact?
What is mvc php?
How to execute a function in php?
How can we set and destroy the cookie in php?