39 - final keyword in Java | (final class,method,variable and blank final variable)

preview_player
Показать описание
final keyword can be used along with variables, methods and classes.
final variables are like constants.
final method cannot be overridden
final class cannot be extended

Positive And Upbeat Pop Background Music | "Sunrise"
MUSIC:
Artist: Nicolai Heidlas
Title: Sunrise
---------------------------------------------------------
Back Music
Artist: Nicolai Heidlas
Title: On And On
---------------------------------------------------------
Рекомендации по теме
Комментарии
Автор

thank you so much watched every single video that you posted in the list. And i finally understand OOP only in 2 days. Thank you so much

bomboclaut
Автор

hi, your tutorials are really superb and helpful. But why you do not continue with other topics of Java.

harpreetkaur-qhsu
Автор

0:37 final variable doesn't mean constant unless you add static keyword with it.

manishjangra
Автор

Why must the final variable be initialized during creating it or inside the constructor ONLY?

captainalpha