Is PHP is procedure oriented or object oriented?
Answer Posted / srinivasa rao
PHP is object based language. It supports OOPS features as
well as normal procedural programing. It is similar to C++.
Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
How to get no of arguments passed to a PHP Function?
What is the use of strip_tags() method?
How to remove leading and trailing spaces from user input values in php?
Why die is used in php?
What is a php certification?
What is baseurl?
How to remove white spaces from the beginning and/or the end of a string in php?
How to delete file in php?
Explain me what is the use of 'print' in php?
Which php global variable is used for uploading a file?
What is a persistence cookie?
What is the difference between php 5 and php 7?
Is php a cms?
What is basic php?
Explain Traits in PHP?