Q.

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» B. void country()
2.5k
0
Do you find this helpful?
6

Discussion

No comments yet