Тёмный

Kotlin Abstract Class Tutorial with Example 

Simplified Coding
Подписаться 118 тыс.
Просмотров 11 тыс.
50% 1

0:00 Kotlin Abstract Class
0:55 Creating an Abstract Class in Kotlin
1:14 Difference between abstract and open class
1:53 Defining Abstract Members and Functions
4:55 Defining Non Abstract Function
5:30 Deriving Class using Abstract Class
6:40 Overriding Members and Functions
7:30 Overriding Open Function
9:05 Running the code
9:18 When to create Abstract Class
9:35 Deriving one more child class
An abstract class is a class that cannot be instantiated, that means we cannot create an object with abstract class. But we can only derive child classes using abstract class.
In this Kotlin Abstract Class Tutorial, we will see what is an Abstract Class, how to create an abstract class, abstract properties and abstract functions. Also the difference between abstract class and open class.
And finally in this Kotlin Abstract Class Tutorial we will also try to understand how and when to use Abstract Classes.
If you are having difficulties navigating from one lesson to another, then click on this link and it will open the complete playlist of this Kotlin Object Oriented Programming. In this playlist all lessons are already arranged in chronological order.
👉 bit.ly/3lMLtpj
All the codes about this Kotlin Android Tutorial for Beginners are organized sequentially in this repository
👉 bit.ly/2UoyiQf
And if you need more support, then you can join the Simplified Coding’s Quora Space to post your questions.
👉 www.quora.com/q/simplifiedcoding
If you want to get in touch with me; you can find my contact details here:
👉 www.simplifiedcoding.net/about/
Finally, If you love my content please SHARE my courses to your friends. You can share this course to your Facebook, WhatsApp etc.
For more contents related to Software Development visit my website.
👉 www.simplifiedcoding.net
You can SUPPORT me if you want
👉 Patreon: / belalkhan
👉 UPI (India Only): probelalkhan@okaxis
👉 PayTM (India Only): +917549161079
👉 PayPal: www.paypal.me/probelalkhan
You can also check some of my other courses from these links
👉 Android MVVM Tutorial: bit.ly/3iLfVzu
👉 Android Game Development Tutorial: bit.ly/38JmltC
👉 Retrofit Android Tutorial: bit.ly/2DEwAl1
👉 Android RecyclerView Tutorial: bit.ly/2TqVjPz
👉 Android Room Tutorial: bit.ly/2PfQHeN
👉 Firebase Auth Tutorial: bit.ly/2WUGhEo
👉 Android Notification Tutorial: bit.ly/2Sc6jQl
👉 Building a Complete Wallpaper App: bit.ly/30UN8zV
👉 Build Tic Tac Toe in Android: bit.ly/30goxW0
❤️❤️ Thank You All for the Love and Support ❤️❤️
#KotlinOOP
#OOPsConcept
#LearnKotlin

Наука

Опубликовано:

 

16 июл 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 9   
@anwarsosko5963
@anwarsosko5963 2 года назад
but what the purpose of using abstract class?
@shreyashchoudhary7413
@shreyashchoudhary7413 3 года назад
Loved it!
@TheKamble
@TheKamble 3 года назад
Awesome tutorials, very informative but my man talk so slow though. Have to watch it in 1.5x speed 😂 love you though😍
@amodkumar5635
@amodkumar5635 3 года назад
Very good and understandable for abstraction. keep it up bro
@azengakevin9599
@azengakevin9599 3 года назад
Happy new year instructor
@MrSaurabhnanda
@MrSaurabhnanda 3 года назад
Make video on MediaRouter
@SentixYT
@SentixYT 3 года назад
Please use dark mode :(
@digitaleducationcenter3973
@digitaleducationcenter3973 3 года назад
Sir hindi mai bi
@digitaleducationcenter3973
@digitaleducationcenter3973 3 года назад
Benaya na
Далее
Kotlin Generics Explained with Example
10:18
Просмотров 18 тыс.
Which national team are you rooting for at Euro 2024?
00:17
Kotlin Sealed Class (With Demo Source code)
11:17
Просмотров 17 тыс.
Kotlin Exception Handling Tutorial
12:23
Просмотров 8 тыс.
Generics in Kotlin: Covariance and Contravariance
8:27