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
What is difference between strstr() and stristr()?
Explain the difference between urlencode and urldecode?
How to register a variable in PHP session?
How arrays are passed through arguments?
How to do single and multi line comment in php?
How is php different from other languages?
What is the scope of a variable defined outside a function?
What is a null coalescing operator in php7?
What are new features in php 7?
What is abstract class in php?
What does the initials of php stand for?
What is the meaning of a persistent cookie?
What is difference between print_r and echo in php?
What does the unlink() function means?
Explain me what is the goto statement useful for?