Getters and setters are in nearly all Java code an...
# announcements
k
Getters and setters are in nearly all Java code anyway, so no performance difference there. Default parameters are done with a single extra function call, not that bad either.