Is PHP is procedure oriented or object oriented?
Answer Posted / master
php is a hybrid language which has got both procedure and
oop concepts.
so you can take it in any way
| Is This Answer Correct ? | 16 Yes | 3 No |
Post New Answer View All Answers
Explain what are some new features introduced in php7?
What is the difference between php 5 and php 7?
What is a controller in php?
Are php short tags acceptable to use?
Can we use include ("xyz.php") two times in a php page "index.php"?
How is it possible to return a value from a function?
How can you get web browser’s details using PHP?
Why php was called as personal home page?
What are PHP Magic Methods/Functions. List them.
Is age an interval or ratio?
Tell me what are magic methods?
Explain do you use composer? If yes, what benefits have you found in it?
What is php and its uses?
How come the code works, but does not for two-dimensional array of mine?
Tell me what is the main difference between require() and require_once()?