Is PHP is procedure oriented or object oriented?
Answer Posted / payal
PHP is a object oriented language. We can not say it is a
purely object oriented Lang. like Java, but it has covered
major OOPs concept in version 5.
Is This Answer Correct ? | 3 Yes | 2 No |
Post New Answer View All Answers
What are the popular content management systems (cms) in php?
What are new features in php 7?
What is the difference between explode() and split() functions?
What is the difference between get and post in php?
What is session and Cokkies . How it works . tell some thing about Session_id()
How to stop the execution of php script?
How to send a cookie to the browser?
What is $_ post in php?
What type of comments are supported by PHP.
How to remove values saved in the current session?
How to avoid the undefined index error?
Name some of the popular frameworks in php.
Which MySQL function would you use to select a database?
Can I write php code in html file?
Do you have to initialize variables in php?