PHP does not support multiple inheritance but it supports ________________
PHP does not support multiple inheritance but it supports ________________
The ability to recover a class name, member function names, and member variable names from an instance, is called as ____________
The ability to recover a class name, member function names, and member variable names from an instance, is called as ____________
serialize ( ) function takes a value of any type and then ________________
serialize ( ) function takes a value of any type and then ________________
Defining a class in terms of another class and then specifying only the things that you want to be different from that class, is called as ________________
Defining a class in terms of another class and then specifying only the things that you want to be different from that class, is called as ________________
Namespaces defines a area in which an identifier is _______________
Namespaces defines a area in which an identifier is _______________
A process that converts a string of bytes in such a way that you can pro- duce the original data again, is known as ____________
A process that converts a string of bytes in such a way that you can pro- duce the original data again, is known as ____________
PHP supports ________________
PHP supports ________________
Which function returns TRUE if the string argument is the name of a class?
Which function returns TRUE if the string argument is the name of a class?
Namespaces are offered in _____________
Namespaces are offered in _____________
For finding the data in the object is valid and consistent across the in- stance which function is used?
For finding the data in the object is valid and consistent across the in- stance which function is used?
Derived class is also known as ________________
Derived class is also known as ________________
An abstract class is one that cannot be instantiated but _______________
An abstract class is one that cannot be instantiated but _______________
How many functions are used by PHP that can encode and decode val- ues into string?
How many functions are used by PHP that can encode and decode val- ues into string?
If everything is fine in the object the selftest ( ) function returns what?
If everything is fine in the object the selftest ( ) function returns what?
The __sleep ( ) function is called when you ______________
The __sleep ( ) function is called when you ______________
The functionality of Destructors are offered in ___________
The functionality of Destructors are offered in ___________
The functionality of Constructors are offered in _____________
The functionality of Constructors are offered in _____________
An individual instance in OOP is called as _______________
An individual instance in OOP is called as _______________
get_class ( ) function returns the name of class from where ____________
get_class ( ) function returns the name of class from where ____________
After unserialize ( ) function which function is called _____________
After unserialize ( ) function which function is called _____________