Is PHP is procedure oriented or object oriented?

Answers were Sorted based on User's Feedback



Is PHP is procedure oriented or object oriented?..

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

Is PHP is procedure oriented or object oriented?..

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

Is PHP is procedure oriented or object oriented?..

Answer / hyma

No,PHP is object oriented language.PHP5 added the oops
concepts.

Is This Answer Correct ?    12 Yes 10 No

Is PHP is procedure oriented or object oriented?..

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

Is PHP is procedure oriented or object oriented?..

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

Is PHP is procedure oriented or object oriented?..

Answer / guest

PHP is object oriented

Is This Answer Correct ?    2 Yes 2 No

Is PHP is procedure oriented or object oriented?..

Answer / darshan

its object oriented oriented language

Is This Answer Correct ?    0 Yes 1 No

Is PHP is procedure oriented or object oriented?..

Answer / sudheer

its object oriented oriented language

Is This Answer Correct ?    1 Yes 7 No

Is PHP is procedure oriented or object oriented?..

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

Is PHP is procedure oriented or object oriented?..

Answer / pratheebha

php is a procedure oriented language

Is This Answer Correct ?    7 Yes 20 No

Post New Answer

More PHP Interview Questions

Which is the best institute in Chennai to learn PHP? Please help.

0 Answers   BPO,


What is the apache?

0 Answers  


If the variable $a is equal to 5 and variable $b is equal to character a, what’s the value of $$b? Can anyone explain how's the value of $$b=100

15 Answers   ABC, Asan, Indivar, Swistro Marketing Solutions,


Binary tree question - Node has numeric data (int) The function takes depth as argument and sum all the value of the node of the depth. For instance, (0) depth 0 / \ 10 20 depth 1 / \ / \ 40 50 60 70 depth 2 so if you pass get_sum(2), you would return 220 which is 40+50+60+70 (sum of depth2) write the function.

0 Answers   Amazon, FGD,


Tell me what is the default session time in php?

0 Answers  






How can we create a database using PHP and mysql?

4 Answers   Rushmore Consultancy,


Write a program to find no of days between two dates in php?

0 Answers  


how to change the div background color on every refresh..guys can u help me out.

3 Answers  


Suppose your zend engine supports the mode <? ?> Then how can you configure your php zend engine to support <?php ?> Mode ?

0 Answers  


Hi, My Name is Ajay Jha. What My Question is I am Percuing in Bca. It's My 5th Semester. I Want To Make My Carrear as a web designer that's Why i wants to do Php, Is it right Desision for Me ?

1 Answers  


What is in a cookie?

0 Answers  


Is it more secure to use cookies to transfer session ids?

0 Answers  


Categories