Vidyalelo
Python · Q55

Classes and Objects in Python

Programming · Python · question 55

Q55

What is hasattr(obj,name) used for?

A.
To access the attribute of the object
B.
To delete an attribute
C.
To check if an attribute exists or not
Answer
D.
To set an attribute

Answer: Option C

Solution

Answer: Option C
No explanation is given for this question Let's Discuss on Board