I am a complete ROOKIE at this so I need some help on it.
How would you create uml class diagram and constructors with parameters.
for default (no parameters
The common way is to write constructors like methods and simply omit the return type.
If you want to be extra clear, you can add <<constructor>> in front.
<<constructor>>