Skip to content

Commit

Permalink
Update video link, add readme
Browse files Browse the repository at this point in the history
  • Loading branch information
niosus committed Nov 28, 2023
1 parent 6373f4a commit 6b8122d
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lectures/static_in_classes.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Keyword `static` inside classes
---

<p align="center">
<a href="https://youtu.be/blah"><img src="https://img.youtube.com/vi/blah/maxresdefault.jpg" alt="Video" align="right" width=50% style="margin: 0.5rem"></a>
<a href="https://youtu.be/ggNCjDPShrA"><img src="https://img.youtube.com/vi/ggNCjDPShrA/maxresdefault.jpg" alt="Video" align="right" width=50% style="margin: 0.5rem"></a>
</p>

- [Keyword `static` inside classes](#keyword-static-inside-classes)
Expand Down
16 changes: 15 additions & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -437,7 +437,7 @@ Headers with classes
</details>

<details>
<summary>Keyword <code>static</code> outside of classes</summary>
<summary>Keyword <code>static</code> <b>outside</b> of classes</summary>

----------------------------------------------------------
[![Video thumbnail](https://img.youtube.com/vi/7cpPQunjv4s/maxresdefault.jpg)](https://youtu.be/7cpPQunjv4s)
Expand All @@ -451,6 +451,20 @@ Headers with classes
----------------------------------------------------------
</details>

<details>
<summary>Keyword <code>static</code> <b>inside</b> classes</summary>

----------------------------------------------------------
[![Video thumbnail](https://img.youtube.com/vi/ggNCjDPShrA/maxresdefault.jpg)](https://youtu.be/ggNCjDPShrA)

[Lecture script](lectures/static_in_classes.md)
- Using `static` class methods
- Using `static` class data
- What is `static` in classes useful for?

----------------------------------------------------------
</details>

---

## PS
Expand Down

0 comments on commit 6b8122d

Please sign in to comment.