When are destructor functions automatically called?

A. When an object is destroyed.
B. When an object is created.
C. When an object is called from main.
D. All of the above.

A

Computer Science & Information Technology

You might also like to view...

What theme is used to apply material for API Level 20 and lower?

a. @android:style/Theme.AppCompat b. @style/Theme.AppCompat c. @android:style/Theme.Material d. @android/Theme.Material

Computer Science & Information Technology

Function MySQLdb.connect and Cursor method execute raise an________exception when they fail.

a) MySQLdb.DatabaseError. b) MySQLdb.OperationalError. c) MySQLdb.DBError. d) None of the above.

Computer Science & Information Technology