Skip to content

Commit 2189d53

Browse files
committed
New Links added in ReadMe page.
1 parent a4655d6 commit 2189d53

File tree

2 files changed

+16
-9
lines changed

2 files changed

+16
-9
lines changed

.idea/workspace.xml

+11-5
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

README.md

+5-4
Original file line numberDiff line numberDiff line change
@@ -51,9 +51,10 @@ It's a project that contains various information and examples about the basics o
5151
- [Operator Overloading](https://github.com/halilozel1903/KotlinTutorials/blob/master/src/main/kotlin/OperatorOverloading.kt)
5252
- [Inheritance](https://github.com/halilozel1903/KotlinTutorials/blob/master/src/main/kotlin/Inheritance.kt)
5353
- [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)
5758
- [Data Class](https://github.com/halilozel1903/KotlinTutorials/blob/master/src/main/kotlin/DataClass.kt)
5859
- [Sealed Classes](https://github.com/halilozel1903/KotlinTutorials/blob/master/src/main/kotlin/SealedClass.kt)
5960
- [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
6667
4. https://www.geeksforgeeks.org/kotlin-programming-language/
6768

6869
## 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. ☕
7071

7172
[!["Buy Me A Coffee"](https://www.buymeacoffee.com/assets/img/custom_images/orange_img.png)](https://www.buymeacoffee.com/halilozel1903)
7273

0 commit comments

Comments
 (0)