Java crash course #3: Constructors and overloading

On the previous 2 articles of the series we started our first steps towards Java programming. I hope i made clear on how Java works in general and what a scope is. In the previous tutorial we issued a “new” and created an instance but we had no clue what...