Yeah, the point of the primary constructor is that...
# announcements
k
Yeah, the point of the primary constructor is that all other constructors have to defer to it. If you have a class that you want to have two unrelated constructors for, you'll have to make two secondary constructors and not use a primary constructor