
Learn Java ENUMS in 10 minutes! 📅
7514
228________
#java #javatutorial #javacourse
// Enums = (Enumerations) A special kind of class that
// represents a fixed set of constants.
// They improve code readability and reliability.
// More efficient with switches than Strings.
コメント