MCQOPTIONS
Saved Bookmarks
| 1. |
Which of the following is a valid destructor of the class name “Country” |
| A. | int ~country() |
| B. | void country() |
| C. | int ~country(country obj) |
| D. | void ~country() |
| Answer» C. int ~country(country obj) | |