Q. Which of the following built-in functions is used to determine object type?
β
Correct Answer: (A)
is_a()
Explanation: The built-in function is_a() returns true if the 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.