

McqMate
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() |
View all MCQs in
Object Oriented Programming In cppNo comments yet