InterviewSolution
Saved Bookmarks
| 1. |
Which member function doesn’t require any return type?(a) Static(b) Constructor(c) Const(d) Constructor and destructorI have been asked this question during an interview.My question comes from Member Functions in chapter Class Members & Types of Object Oriented Programming |
|
Answer» Right choice is (d) CONSTRUCTOR and destructor |
|