Skip to content

Commit 9fc5cac

Browse files
committed
Added Pages links
1 parent 277e12e commit 9fc5cac

File tree

4 files changed

+9
-4
lines changed

4 files changed

+9
-4
lines changed

pages/CSharp.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -750,7 +750,8 @@ displayTitle: C#
750750
```
751751
-
752752
- # OOP — Inheritance & Polymorphism
753-
collapsed:: true
753+
- [[DSA Algo & System Design]] - visit this page for in-depth Learning
754+
-
754755
- ## Inheritance
755756
collapsed:: true
756757
- ```csharp

pages/Cpp.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -540,7 +540,8 @@ displayTitle: C++
540540
```
541541
-
542542
- # OOP — Object-Oriented Programming
543-
collapsed:: true
543+
- [[DSA Algo & System Design]] - visit this page for in-depth Learning
544+
-
544545
- ## Classes & Objects
545546
collapsed:: true
546547
- ```c++

pages/Java.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -473,7 +473,8 @@ keywords: "java, Java programming, Java reference, collections, streams, generic
473473
String s = "Hello %s".formatted("World"); // Hello World
474474
```
475475
- # OOP — Object-Oriented Programming
476-
collapsed:: true
476+
- [[DSA Algo & System Design]] - visit this page for in-depth Learning
477+
-
477478
- ## Classes & Objects
478479
collapsed:: true
479480
- ```java
@@ -595,6 +596,7 @@ keywords: "java, Java programming, Java reference, collections, streams, generic
595596
}
596597
}
597598
```
599+
-
598600
- # OOP — Inheritance
599601
collapsed:: true
600602
- ## Single Inheritance

pages/Python.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -712,7 +712,8 @@ displayTitle: Python
712712
```
713713
-
714714
- # OOP — Object-Oriented Programming
715-
collapsed:: true
715+
- [[DSA Algo & System Design]] - visit this page for in-depth Learning
716+
-
716717
- ## Classes & Objects
717718
collapsed:: true
718719
- ```python

0 commit comments

Comments
 (0)