#Never use a type label at the constructors like void….Never.
#Declare it with public
.
#Not every method/function that has the same name with its type is called constructor.
#Constructors always executes when you new
something.
#Don’t put everything in it.
#Looking for more…