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
Answered