Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 445 Bytes

File metadata and controls

10 lines (7 loc) · 445 Bytes

002_Constructors_Java_Masterclass_Tim_Buchalka

The description of the challenge belongs to Tim Buchalka.

This is his Java Masterclass at udemy.com: https://www.udemy.com/java-the-complete-java-developer-course/

This is a collection of my codes, generated by myself for learning Java. This challenge is about understanding the role of constructors. Exercising best practice with multiple constructors, in order to avoid code duplication.