InterviewSolution
Saved Bookmarks
| 1. |
Which operator among the following signifies the destructor operator?(a) ::(b) :(c) ~(d) &The question was asked in unit test.Enquiry is from Destructors in Class topic in portion Classes of C# |
|
Answer» The CORRECT CHOICE is (C) ~ |
|