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 check your php installation?
Can you define an array argument as a reference type?
How to update memcached when you make changes to php?
Explain the difference between $message and $$message?
How can we pass the variable through the navigation between the pages?
Explain the difference between isset() and empty()?
What is laravel php?
Why do we use namespace in php?
When to use get and post request?
What is isset function in php?
What is strlen function in php?
How to create connection in php?
What is properties of class?
Is server side a session?
What is variable declaration?