What is enum? We can use final also. What is difference between enum and final? | Sololearn: Learn to code for FREE!
Nouvelle formation ! Tous les codeurs devraient apprendre l'IA générative !
Essayez une leçon gratuite
0

What is enum? We can use final also. What is difference between enum and final?

21st Jul 2016, 2:27 PM
Muhammad Sajid
Muhammad Sajid - avatar
1 Réponse
+ 1
Final is used to mark any type of variable as a constant that cannot change. An enum provides a finite set of items with which you can choose from, like a list of months in the year.
25th Jul 2016, 4:18 AM
Donald Church