

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