OK, back to the question:
By making the constructor private, a class cannot be subclassed
1. True
2. False
is this True???
Yes, it is true. Plain and simple.
The question states: "By making
the constructor private..."
Using the article "the" implies that there is only one constructor.
If a class had more than one constructor, you could not ask about
the constructor, because this would be bad english.
Yours,
Bu.