tags: TIL
오늘의 알고리즘
final Class
- Swift gives us a final keyword just for this purpose: when you declare a class as being final, no other class can inherit from it. This means they can’t override your methods in order to change your behavior – they need to use your class the way it was written.
- final 키워드 왜 사용하는걸까?
- final 선언시 직접 호출되어 속도가 빨라짐
오늘의 CS지식
- 0과 1 연산에서 컴퓨터의 ALU가 연산하기 까지를 담아둔 유튜브 영상, 아주 흥미롭게 보았다.
- Exploring how computer works
'🌈TIL' 카테고리의 다른 글
| 🌈 220922 TIL (0) | 2022.09.22 |
|---|