You can create a release to package software, along with release notes and links to binary files, for other people to use. Learn more about releases in our docs.
Constructor is a special type of method which is used to initialize the objects and it didn't return anyhing. constructor name should be same as class name.