

InterviewSolution
Saved Bookmarks
1. |
__del__ method is used to destroy instances of a class.(a) True(b) FalseThe question was posed to me during an interview for a job.The query is from Classes and Objects in division Classes and Objects, Inheritance, Polymorphism, Encapsulation and Exception Handling of Python |
Answer» The correct option is (a) True |
|