Vidyalelo
C++ Programming · Q2

Constructors and Destructors in C++

Programming · C++ Programming · question 2

Q2

Which access specifier allows constructors to be called from anywhere in the program in C++?

A.
friend
B.
protected
C.
public
Answer
D.
private

Answer: Option C

Solution

Answer: Option C
No explanation is given for this question Let's Discuss on Board