Will the following code compile?
class clazz
{
public:
   clazz(void);
   ~clazz(int);
};

clazz::clazz(void)
{ }

void clazz::~clazz(int a)
{ }
Explanation
No, since the destructor cannot take input parameters.

Следи за CodeGalaxy

Мобильное приложение Beta

Get it on Google Play
Обратная Связь
Cosmo
Зарегистрируйся сейчас
или Подпишись на будущие тесты