A class can have any number of constructors . A constructor doesn’t have any return type, not even void. A static constructor can not be a parametrized constructor. Within a class, you can create one static constructor only.
Read moreA class can have any number of constructors . A constructor doesn’t have any return type, not even void. A static constructor can not be a parametrized constructor. Within a class, you can create one static constructor only.
Read more