Skip to content

Commit 30b4d95

Browse files
committed
Bug Fix 1.3
Signed-off-by: Someshdiwan <[email protected]>
1 parent d563e03 commit 30b4d95

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

site/content.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -942,10 +942,10 @@ It also illustrates the concept of singleton classes and demonstrates how this a
942942
- vehicles/Vehicle.java, EVCar.java, car.java, Test.java: Realistic object-oriented examples showing static/final usage in inheritance and polymorphism.
943943

944944
- **Related Concepts:**
945-
- **`static`**: Class-level keyword for shared state/methods. Great for counters, utility methods, and factory patterns.
946-
- **`final`**: Restricts modification. Used for constants, method overriding prevention, and immutability.
945+
- **static**: Class-level keyword for shared state/methods. Great for counters, utility methods, and factory patterns.
946+
- **final**: Restricts modification. Used for constants, method overriding prevention, and immutability.
947947
- **Singleton Pattern**: Ensures only one instance of a class exists using static control.
948-
- **`this` vs `super`**: this refers to current class members; super is used to access parent class members or constructors.
948+
- **this vs super**: this refers to current class members; super is used to access parent class members or constructors.
949949

950950
### [Section 16 StaticFinal On GitHub](https://github.com/Someshdiwan/JavaEvolution-Learning-Growing-Mastering/tree/master/Section16StaticFinal)
951951

site/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,9 @@ Whether you’re a beginner exploring Java or an experienced developer brushing
4040

4141
## 💡 Contributions Welcome
4242

43-
Want to improve this project or add features? Check out this [CONTRIBUTING.md](../CONTRIBUTING.md)
43+
Want to improve this project or add features? Check out this [CONTRIBUTING.md](https://github.com/Someshdiwan/JavaEvolution-Learning-Growing-Mastering/blob/master/CONTRIBUTING.md)
4444

45-
This site is open-source and built with ❤️
45+
This site is open-source and built with ❤️ by developers for developers.
4646

4747
---
4848

0 commit comments

Comments
 (0)