Skip to content

Instantly share code, notes, and snippets.

@phamducminh
Created February 10, 2020 13:56
Show Gist options
  • Save phamducminh/4cd4af42c50115a6903468df7857b7eb to your computer and use it in GitHub Desktop.
Save phamducminh/4cd4af42c50115a6903468df7857b7eb to your computer and use it in GitHub Desktop.
// Structuring a Standard Java Class
public class ClassName {
// Static constants
// Static variables
// Private constants
// Private instance variables
// Public functions()
// Private utilities functions()
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment