InterviewSolution
Saved Bookmarks
| 1. |
Within a class, only one static constructor can be created.(a) True(b) FalseI got this question in an interview.My question is from Types of Constructors topic in chapter Constructors and Destructors of Object Oriented Programming |
|
Answer» The correct option is (a) True |
|