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
How variables are passed through arguments?
Does empty check for null?
Which php framework is best for web development?
What are the advantages of stored procedures, triggers, indexes in php?
Do you know what is the difference between mysql_fetch_object() and mysql_fetch_array()?
What is helper function?
What is abstract class in php?
Explain how can we increase the execution time of a php script?
Tell me how can we define a variable accessible in functions of a php script?
What is the output of the ucwords function in this example?
What is framework in php?
Which will start a session?
What is the w3c?
What are classes in php?
What is difference between array_merge and array_combine?