[A].
Create constructor
[B].
Object constructor
[C].
Dynamic constructor
[D].
Copy constructor
Answer: Option D
Explanation:
No answer description available for this question.
Object constructor
[C].
Dynamic constructor
[D].
Copy constructor
Answer: Option D
Explanation:
No answer description available for this question.
inherit parent class
[C].
are constructed
[D].
are destroyed
Answer: Option A
Explanation:
No answer description available for this question.
are inherited
[C].
are not called
[D].
are created
Answer: Option C
Explanation:
No answer description available for this question.
The program will print the output Int .
[C].
The program will print the output Float .
[D].
The program will print the output Final .
Answer: Option B
Explanation:
No answer description available for this question.
The program will print the output Int .
[C].
The program will print the output Char .
[D].
The program will print the output Final .
Answer: Option C
Explanation:
No answer description available for this question.
Forward order
[C].
Depends on how the object is constructed
[D].
Depends on how many objects are constructed
Answer: Option A
Explanation:
No answer description available for this question.
Constructor is called either implicitly or explicitly, whereas destructor is always called implicitly.
[C].
Destructor is always called explicitly.
[D].
Constructor and destructor functions are not called at all as they are always inline.
Answer: Option B
Explanation:
No answer description available for this question.
Linker
[C].
Loader
[D].
Compiler
Answer: Option D
Explanation:
No answer description available for this question.
Compiler
[C].
Linker
[D].
main() function
Answer: Option B
Explanation:
No answer description available for this question.
destructor
[C].
assignment function
[D].
copy constructor
Answer: Option B
Explanation:
No answer description available for this question.