Vidyalelo
C++ Programming · Q34

Constructors and Destructors in C++

Programming · C++ Programming · question 34

Q34

Which statement about constructor inheritance in C++ is correct?

A.
Constructors cannot be inherited
B.
Constructors are inherited with the same access specifier
Answer
C.
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