Solved

The Correct Syntax for the Destructor of the Class TempClass

Question 20

Multiple Choice

The correct syntax for the destructor of the class tempClass is ____.


A) tempClass::~tempClass()
B) tempClass::~tempClass(x)
C) tempClass::tempClass()
D) tempClass::tempClass(x)

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions