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 ____________
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?
PHP supports ________________
PHP supports ________________
Derived class is also known as ________________
Derived class is also known 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 ________________
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 ________________
An individual instance in OOP is called as _______________
An individual instance in OOP is called as _______________
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?
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 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?
Namespaces defines a area in which an identifier is _______________
Namespaces defines a area in which an identifier is _______________
serialize ( ) function takes a value of any type and then ________________
serialize ( ) function takes a value of any type and then ________________
After unserialize ( ) function which function is called _____________
After unserialize ( ) function which function is called _____________
The __sleep ( ) function is called when you ______________
The __sleep ( ) function is called when you ______________
Namespaces are offered in _____________
Namespaces are offered in _____________
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 does not support multiple inheritance but it supports ________________
PHP does not support multiple inheritance but it supports ________________
get_class ( ) function returns the name of class from where ____________
get_class ( ) function returns the name of class from where ____________
If everything is fine in the object the selftest ( ) function returns what?
If everything is fine in the object the selftest ( ) function returns what?