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
Which array function checks if the particular key exists in the array?
What are the different errors in php?
What is difference between static and final in php?
What are some new features introduced in php7?
How break and continue while loop in php?
Tell us how to redirect a page in php?
What is helper function?
Suppose your zend engine supports the mode Then how can you configure your php zend engine to support Mode ?
What is framework? How it works? What is advantage?
How do you measure variables?
What is design pattern? Explain all including singleton pattern?
What is the difference between explode () and split () functions in php?
What is the function of mysql_real_escape_string in php?
Why do you need php?
List data types in PHP?