When we have constructor provided by compiler then why do we use our own constructor? [closed]

Because the constructors provided by the compiler can’t always do what we want to do.

Leave a Comment