Question:Which of the following is true about constructors and member functions?
A A constructor can return values, but a member function cannot.
B A member function can declare and define values, but a constructor cannot.
C A member function can return values, but a constructor cannot.
D All of these.
+ AnswerC
+ Report