|

Cpp Programming Quiz 252 – Which of the following never requires any arguments?

Question: Which of the following never requires any arguments?
[A].
Member function
[B].

Friend function
[C].

Default constructor
[D].

const function 

Answer: Option C

Explanation:

No answer description available for this question.

Similar Posts