Parent class is a _______________
Parent class is a _______________
Encapsulation is ________________
Encapsulation is ________________
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 ____________
PHP offers no support for _______________
PHP offers no support for _______________
PHP files have a default file extension of_______
PHP files have a default file extension of_______
Member variables of a class is also known as __________________
Member variables of a class is also known as __________________
Methods are also known as _____________
Methods are also known as _____________
Constructor function must have a same name as the name of a ______________
Constructor function must have a same name as the name of 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 _________________
In PHP the default behavior for user defined functions is _________________
In PHP the default behavior for user defined functions is _________________
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 ______________
Member variables of a class is also known as __________________
Member variables of a class is also known as __________________
Which version of PHP introduced Try/catch Exception?
Which version of PHP introduced Try/catch Exception?
Extends clause is used for _____________
Extends clause is used for _____________
destruct ( ) function is used to call a _______________
destruct ( ) function is used to call a _______________
A PHP script should start with ___ and end with ___
A PHP script should start with ___ and end with ___
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 _______________
Which version of PHP support get_declared_classes ( ) function?
Which version of PHP support get_declared_classes ( ) function?
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 ______________