Register Now

Login

Lost Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Which one of the following functions is used to determine object type?

a) obj_type()
b) type()
c) is_a()
d) is_obj()

Answer: c
Explanation: The is_a() function returns true if object belongs to a class type or if it belongs to a class that is a child of that class. Or else false is returned.

Join The Discussion