Is PHP is procedure oriented or object oriented?
Answer Posted / srinivasa rao
PHP is object based language. It supports OOPS features as
well as normal procedural programing. It is similar to C++.
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
What does $_cookie mean?
What is the output of the following php code?
Distinguish between urlencode and urldecode?
List some array functions in php?
How to get the total number of values in an array?
What is class extend in php?
What is array and function?
Is variable name casesensitive in php?
What is the difference between characters and #?
How to create an array from php string?
What is php static function?
What is php pathinfo?
How to specify argument default values?
Why ide is recommended for use while programming with php?
How do you call a constructor for a parent class?