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 array filter php?
Is php a mvc?
What is super () python?
Is it more secure to use cookies to transfer session ids?
How do you identify independent and dependent variables in regression analysis?
Tell me are parent constructors called implicitly inside a class constructor?
What are the different data types in javascript?
What are global variables in php?
Explain the visibility of the property or method?
What are the environmental variables?
What is the difference between array_map () and array_shift ()?
How to declare an array in php?
How can we access the data sent through the url with the post method?
What exactly is PHP?
Can a trait extend a class php?