Which statement about constructor inheritance in C++ is correct?
A. Constructors cannot be inherited
B. Constructors are inherited with the same access specifier
C. Constructors can only be inherited privately
D. Constructors are inherited with different names
Answer: Option B
Join The Discussion