Multiple Choice
Which of the following is true about constructors.
1) They cannot be virtual.
2) They cannot be private.
3) They are automatically called by new operator
A) all 1, 2, and 3
B) only 1 and 3
C) only 1 and 2
D) only 2 and 3
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q1: In object oriented programming the focus is
Q2: In procedural programming the focus in on
Q3: Which of the following is true about
Q5: Which type is best suited to represent
Q6: What will be the values of x,
Q7: C++ programmers concentrate on creating , which
Q8: In C++, const qualifier can be applied
Q9: Which of the following feature of procedure
Q10: Which of the following functions are performed
Q11: Which of the following control expressions are