You are not logged in.

#1 2015-05-26 06:31:02

hasnain
Administrator
From: Chichawatni
Registered: 2014-10-13
Posts: 8,355
Website

Valid Destructor:

Question:
Which of the following is a valid destructor of the class name "Country":

Option A):
int ~Country(Country obj)
Option B):
void Country()
Option C):
int ~Country()
Option D):
void ~Country()

Correct Answer is Option D):
void ~Country()


Failure is the first step towards seccess.

2015-05-26 06:31:02

Advertisement
Ads By Google

Re: Valid Destructor:



Board footer