which is the operator used with destructor function
Answers
Answered by
0
Answer:
destructor is a member function that is invoked automatically when the object goes out of scope or is explicitly destroyed by a call to delete . A destructor has the same name as the class, preceded by a tilde ( ~ ). For example, the destructor for class String is declared: ~String()
Explanation:
Please make me brilliant
Answered by
3
Answer:
A destructor has the same name as the class, preceded by a tilde ( ~ ). For example, the destructor for class String is declared: ~String()
Similar questions
Hindi,
2 months ago
Math,
2 months ago
Hindi,
5 months ago
English,
11 months ago
Computer Science,
11 months ago