1. obj_type()
  2. type()
  3. is_a()
  4. is_obj()
4 views

1 Answers

Answer: Option 3

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.

4 views