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 difference between get & post ?
What is the default time in seconds for which session data is considered valid?
Tell me what is the main difference between php 4 and php 5?
Does php support overloading?
What is the use of die in php?
How many types of functions are there in php?
How can we pass the variable through the navigation between the pages?
How to block direct directory access in PHP?
What is the use of mysql_fetch_assoc in php?
Does https prevent csrf?
How is the comparison of objects done in php?
How do I run a php program in dreamweaver?
What is the use of token in php?
Which framework is best for php development?
What is cookies php?