Q34
Which statement about constructor inheritance in C++ is correct?
A.
Constructors cannot be inherited
B.
Constructors are inherited with the same access specifier
AnswerC.
Constructors can only be inherited privately
D.
Constructors are inherited with different names
Answer: Option B
Solution
Answer: Option B
No explanation is given for this question Let's Discuss on Board