Is PHP is procedure oriented or object oriented?
Answer Posted / apple
PHP is procedural language.
and is NOT object oriented language even in relese of version 5.
php5 and later versions support some of OO features.
| Is This Answer Correct ? | 4 Yes | 11 No |
Post New Answer View All Answers
How can we get the error when there is a problem to upload a file?
What the difference between the 'bitwise and' operator and the 'logical and' operator?
How to swap two variables without using 3rd temp variable.
What are the advantages of indexes?
Is php case sensitive?
What websites use php?
When to use single quotes, double quotes, and backticks?
Which operator is used to combine string values in php?
What is curl php?
When do you use define() and when do you use const. What are the main differences between those two?
How do you pass a variable by value?
What is array filter in php?
How can you submit a form without a submit button?
Does php need to be installed?
How should a model be structured in mvc?