Parent class is a _______________
Parent class is a _______________
PHP offers no support for _______________
PHP offers no support for _______________
When function have same prototype in base class as well as in derived class the function is called ______________
When function have same prototype in base class as well as in derived class the function is called ______________
The protected members of a class is accessible to the class in which ____________
The protected members of a class is accessible to the class in which ____________
Encapsulation is ________________
Encapsulation is ________________
Constructor function must have a same name as the name of a ______________
Constructor function must have a same name as the name of a ______________
A PHP script should start with ___ and end with ___
A PHP script should start with ___ and end with ___
Member variables of a class is also known as __________________
Member variables of a class is also known as __________________
Extends clause is used for _____________
Extends clause is used for _____________
PHP files have a default file extension of_______
PHP files have a default file extension of_______
destruct ( ) function is used to call a _______________
destruct ( ) function is used to call a _______________
To ask objects about their classes, and ask classes about their parents without searching in code, is example of _________________
To ask objects about their classes, and ask classes about their parents without searching in code, is example of _________________
Member variables of a class is also known as __________________
Member variables of a class is also known as __________________
Which version of PHP support get_declared_classes ( ) function?
Which version of PHP support get_declared_classes ( ) function?
In PHP the default behavior for user defined functions is _________________
In PHP the default behavior for user defined functions is _________________
TextUtils and TextUtils_WordCounter classes are those which belongs to _________________
TextUtils and TextUtils_WordCounter classes are those which belongs to _________________
The Pear coding style recommends that the class name begins with ______________
The Pear coding style recommends that the class name begins with ______________
Which version of PHP introduced Try/catch Exception?
Which version of PHP introduced Try/catch Exception?
Methods are also known as _____________
Methods are also known as _____________
For changing the string again into the original value which function is used _______________
For changing the string again into the original value which function is used _______________