InterviewSolution
Saved Bookmarks
| 1. |
What is the return type of Constructors?(a) int(b) float(c) void(d) none of the mentioned |
|
Answer» Right answer is (d) none of the mentioned The explanation: Constructors does not have any return type, not even void. |
|