Examveda

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

D. To set an attribute

Answer: Option C


This Question Belongs to Python Program >> Classes And Objects In Python

Join The Discussion

Related Questions on Classes and Objects in Python