Examveda
Examveda

How can you delete an attribute of an object in Python?

A. By using the del keyword

B. By using the remove() method

C. By using the delete() method

D. By using the erase() method

Answer: Option A


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

Join The Discussion

Related Questions on Classes and Objects in Python