Is PHP is procedure oriented or object oriented?
Answers were Sorted based on User's Feedback
Answer / uttam thakor
PHP is Both Procedure oriented and Object Oriented.
We have the choice of using procedural programming or object
oriented programming, or a mixture of them.
Although not every standard OOP feature is implemented in
PHP 4, many code libraries and large applications (including
the PEAR library) are written only using OOP code.
PHP 5 fixes the OOP related weaknesses of PHP 4, and
introduces a complete object model.
Thanks.
Is This Answer Correct ? | 38 Yes | 2 No |
Answer / master
php is a hybrid language which has got both procedure and
oop concepts.
so you can take it in any way
Is This Answer Correct ? | 16 Yes | 3 No |
Answer / hyma
No,PHP is object oriented language.PHP5 added the oops
concepts.
Is This Answer Correct ? | 12 Yes | 10 No |
Answer / 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 |
Answer / 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 |
Answer / 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 |
what is the difference between ph4 and php5
List few sensible functions in PHP?
Tell me can the value of a constant change during the script's execution?
What is the difference between InnoDB and MyIsam
1 Answers Brain Technosys, IBM, TCS, TLI Software, Wipro,
List some features of php that are deprecated in php
what are the various PHP Script Optimization techniques?
1 Answers IBM, Krify Software Technologies, TCL,
how to get substring of string without using substr() function in php ????
How to track no of user logged in?
What is curl php?
How does csrf token work?
What is a session in php?
How many keywords are there in php?