1.6 Class diagram
The class diagram of the Circle class now looks like this:
+ means public
Underlined means static
You can now also see that for a method, the signature is shown, i.e., the name and the type of the parameter(s).
The class diagram of the Circle class now looks like this:
+ means public
Underlined means static
You can now also see that for a method, the signature is shown, i.e., the name and the type of the parameter(s).