You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to
What is a private constructor, and why would a class have one? What are the other kinds of constructors besides:
(1) public constructors; and (2) parameterized constructors
And I understand that they are not mutually exclusive of one another. The above classification assimilates my knowledge of having used constructors in both the above manners.