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 to download file in php?
How do you execute a php script from the command line?
What is a static variable in php?
What is the best php framework 2018?
How do you check is php not empty?
Explain the difference between urlencode and urldecode?
A process is identified by a unique___
Tell me what is the use of isset() in php?
Why namespace is used in php?
What is $_ get and $_ post in php?
Does php support function overloading?
Should I learn php before wordpress?
How to call php function in jquery?
Why ide is recommended for use while programming with php?
How do I clear my browser session?