Please enable JavaScript.
Coggle requires JavaScript to display documents.
Class (Constructor (Default constructor (is provided automatically only if…
Class
-
-
-
-
-
-
-
-
-
-
-
-
-
Static Variables, Constants and methods
-
Immutable objects and classes: it must mark all data fields private and provide no mutator methods and no accessor methods that would return a reference to a mutable data field object
-