Computer Science, asked by stahir, 7 months ago

what value must a distructor return?​

Answers

Answered by Kausmitachakrabarti
1

Answer:

Destructors do not return a value.

Explanation:

Hope it will help!...

Answered by Anonymous
1

Answer:

Hi mate

Explanation:

Do not return a value (or void ). Cannot be declared as const , volatile , or static . However, they can be invoked for the destruction of objects declared as const , volatile , or static .

Similar questions