InterviewSolution
Saved Bookmarks
| 1. |
Can a constructor function be constant?(a) Yes, always(b) Yes, only if permissions are given(c) No, because objects are not involved(d) No, neverThe question was asked in homework.The above asked question is from Constant Member Functions topic in portion Member Functions & its Types of Object Oriented Programming |
|
Answer» Right CHOICE is (d) No, never |
|