Is PHP is procedure oriented or object oriented?
Answer Posted / payal
PHP is a object oriented language. We can not say it is a
purely object oriented Lang. like Java, but it has covered
major OOPs concept in version 5.
| Is This Answer Correct ? | 3 Yes | 2 No |
Post New Answer View All Answers
What is the use of header in php?
What is the mysql injection?
Does cors prevent csrf?
In php how can you jump in to and out of "php mode"?
How to do single and multi line comment in php?
Tell me how can you pass a variable by reference?
What is foreach loop in php?
What is final in php?
What is move_uploaded_file in php?
Tell me how do I check if a given variable is empty?
Why do we use session?
Why use static methods php?
How to take a substring from a given string in php?
Describe which programming language does php parallel to?
What is the use of ajax in php?