Php Interview Questions & Answers: part7



Php Interview QUESTIONS AND ANSWERS :: part7 : 11 to 15

Following PHP Multiple choice objective type questions and answers will help you in many software compnaies written examinations and inteview 2015 :

11.Which version of PHP introduced E_STRICT Error level?

PHP 4
PHP 5
PHP 5.2
PHP 5.3

12.Which version of PHP introduced the advanced concepts of OOP? #92. Which version of PHP introduced the advanced concepts of OOP?

PHP 4
PHP 5
PHP 5.3
PHP 6

13.The class from which the child class inherits is called.. i) Child class ii) Parent class iii) Super class iv) Base class

Only i)
ii), iii) and iv)
Only iii)
ii) and iv)

14.Which one of the following is the right way to clone an object?

_clone(targetObject);
destinationObject = clone targetObject;
destinationObject = _clone(targetObject);
destinationObject = clone(targetObject);

More Php Interview QUESTIONS AND ANSWERS available in next pages

    Health is the greatest gift, contentment is the greatest wealth -Buddha
If your ship doesn’t come in, swim out to meet it!-Jonathan Winters