Multiple Choice
Which of the followings is/are automatically added to every class, if we do not write our own.
A) copy constructor
B) assignment operator
C) a constructor without any parameter
D) all of the above
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q5: C++ was originally developed by ….......<br>A)donald knuth<br>B)bjarne
Q6: Which of the following is true about
Q7: Is it fine to call delete twice
Q8: If particular software can be used in
Q9: The main intention of using inheritance is
Q11: Which of the following data type does
Q12: Which of the following statements is correct
Q13: Which of the following interface determines how
Q14: What happens when delete is used for
Q15: Predict the output of following C++ program#include<iostream>