MCQOPTIONS
Saved Bookmarks
| 1. |
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 |
| E. | used for?a) To access the attribute of the objectb) To delete an attributec) To check if an attribute exists or notd) To set an attribute |
| Answer» D. To set an attribute | |