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 type of comments are supported by PHP.
What is api used for?
What is php rest api?
What is the use of namespace in php?
What are computer variables?
How do you define a constant in php?
Why do we use polymorphism in php?
Tell me how stop the execution of a php scrip?
Do you know what is the difference between mysql_fetch_object() and mysql_fetch_array()?
Can php variables have numbers?
How many types of inheritances used in php and how we achieve it.
Explain what is meant by pear in php?
What are the correct and the most two common way to start and finish a PHP block of code?
What is meant by an associative array?
How many types of session are there?