What is enum? We can use final also. What is difference between enum and final? | Sololearn: Learn to code for FREE!
Новый курс! Каждый программист должен знать генеративный ИИ!
Попробуйте бесплатный урок
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 ответ
+ 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