InterviewSolution
Saved Bookmarks
| 1. |
Which operator is used to declare the destructor?(a) #(b) ~(c) @(d) $ |
|
Answer» The correct option is (b) ~ The best I can explain: tilde(~) is used to declare destructor of a class. |
|