File tree 2 files changed +16
-9
lines changed
2 files changed +16
-9
lines changed Original file line number Diff line number Diff line change @@ -51,9 +51,10 @@ It's a project that contains various information and examples about the basics o
51
51
- [ Operator Overloading] ( https://github.com/halilozel1903/KotlinTutorials/blob/master/src/main/kotlin/OperatorOverloading.kt )
52
52
- [ Inheritance] ( https://github.com/halilozel1903/KotlinTutorials/blob/master/src/main/kotlin/Inheritance.kt )
53
53
- [ Visibility Modifiers] ( https://github.com/halilozel1903/KotlinTutorials/blob/master/src/main/kotlin/VisibilityModifiers.kt )
54
- - Abstract Class
55
- - Interfaces
56
- - Nested and Inner Class
54
+ - [ Abstract Class] ( https://github.com/halilozel1903/KotlinTutorials/blob/master/src/main/kotlin/AbstractClass.kt )
55
+ - [ Interfaces] ( https://github.com/halilozel1903/KotlinTutorials/blob/master/src/main/kotlin/InterfaceSample.kt )
56
+ - [ Nested Class] ( https://github.com/halilozel1903/KotlinTutorials/blob/master/src/main/kotlin/NestedClass.kt )
57
+ - [ Inner Class] ( https://github.com/halilozel1903/KotlinTutorials/blob/master/src/main/kotlin/InnerClass.kt )
57
58
- [ Data Class] ( https://github.com/halilozel1903/KotlinTutorials/blob/master/src/main/kotlin/DataClass.kt )
58
59
- [ Sealed Classes] ( https://github.com/halilozel1903/KotlinTutorials/blob/master/src/main/kotlin/SealedClass.kt )
59
60
- [ Companion Objects] ( https://github.com/halilozel1903/KotlinTutorials/blob/master/src/main/kotlin/CompanionObject.kt )
@@ -66,7 +67,7 @@ It's a project that contains various information and examples about the basics o
66
67
4 . https://www.geeksforgeeks.org/kotlin-programming-language/
67
68
68
69
## Support 💸
69
- If this project help 💁 you, can buy me a cup of coffee. ☕
70
+ If this project help 💁 you can buy me a cup of coffee. ☕
70
71
71
72
[ ![ "Buy Me A Coffee"] ( https://www.buymeacoffee.com/assets/img/custom_images/orange_img.png )] ( https://www.buymeacoffee.com/halilozel1903 )
72
73
You can’t perform that action at this time.
0 commit comments