-
Notifications
You must be signed in to change notification settings - Fork 0
1 Java Class Design
Weverton edited this page Apr 3, 2017
·
8 revisions
1.1 Use access modifiers: private, protected, and public
1.2 Override methods
1.3 Overload constructors and methods
1.4 Use the instanceof operator and casting
1.5 Use virtual method invocation
1.6 Override the hashCode, equals, and toString methods from the Object class to improve the functionality of your class.
1.7 Use package and import statements