Kotlin Newbie to Pro - VISIBILITY MODIFIERS - Part 22

preview_player
Показать описание
In this video you will get to know visibility modifiers and why they are useful.

⭐ 300+ Quiz questions for all my videos
⭐ Take notes while watching my videos
⭐ Climb the leaderboard and get rewards
⭐ Create your FREE account now:

Рекомендации по теме
Комментарии
Автор

I have to say, I'm really happy and really do appreciate these tutorials. I've watched a lot of content from online and even from paid courses. But you definitely describe it in the way I wish I was described it to the first time I started learning Java. Really helps learning what every detail does, because later on it just gives you so much freedom when you understand all the basics. So again, thanks a million for these tutorials and videos, I'll be following you on a regular basis. Have a wonderful day!

Indently
Автор

Internal is actually very useful. It functions as private, except the variable is available in extension functions. If you set a variable private and then want to create an extension function on that class, you'll have no access to the private variables, but you will have access to the internal variables.

themaskedcrusader
Автор

Bro you deserve more views, better to promote with Google ads

RadioActivenapi
Автор

I have really learned a lot more from you than a course i paid for. Wish i had seen this earlier . keep up the good work man 👏💯

razdan
Автор

I'm writing this comment to express my gratitude! Well done! Thank you!

yffzzrr
Автор

when we make variable protected then we can access it in other classes but when we are making a function protected then we are unable to get it in other class....Please explain favourite lackner😋

rashmikataria