[A].
Constructor
[B].
Destructor
[C].
Default Destructor
[D].
Function Template
Answer: Option B
Explanation:
No answer description available for this question.
Destructor
[C].
Default Destructor
[D].
Function Template
Answer: Option B
Explanation:
No answer description available for this question.
Friend function
[C].
Default constructor
[D].
const function
Answer: Option C
Explanation:
No answer description available for this question.
Simple constructor
[C].
Non-parameterized constructor
[D].
Default constructor
Answer: Option D
Explanation:
No answer description available for this question.
ASCII value of 99
[C].
Garbage value
[D].
99.50
Answer: Option B
Explanation:
No answer description available for this question.
The program will print the output Bix.
[C].
The program will print the output IndiaBix.
[D].
The program will report compile time error.
Answer: Option C
Explanation:
No answer description available for this question.
destructor
[C].
function
[D].
object
Answer: Option B
Explanation:
No answer description available for this question.
Constructor cannot be inherited but the derived class can call them.
[C].
A constructor of a derived class cannot access any public and protected member of the base class.
[D].
Both A and B.
Answer: Option D
Explanation:
No answer description available for this question.
can be overloaded
[C].
can be called
[D].
can be nested
Answer: Option B
Explanation:
No answer description available for this question.
A destructor has integer return type.
[C].
A destructor has no return type.
[D].
A destructors return type is always same as that of main().
Answer: Option C
Explanation:
No answer description available for this question.
A constructor cannot contain a function call.
[C].
A constructor has no return type.
[D].
A constructor has a void return type.
Answer: Option C
Explanation:
No answer description available for this question.