TIL(Today I Learned)
21.03.05 TIL
nauni
2021. 3. 5. 22:28
- SQL
solve 1 problem about using join.
- Woowa
블랙잭 미션 학습로그
Step1 PR링크 학습로그 1-1 [Java] LinkedList - 1 내용 LinkedList는 크기로 초기화가 되지 않음 LinkedList는 Queue, List 인터페이스를 구현함. 따라서 List 기능인 shuffle과 Queue를 같이 사용하려면 LinkedL..
nauni.tistory.com
wrote studyLog about blackjack mission
[수업] 상속과 조합, 좋은 객체의 7가지 덕목, 시그니처, final
상속의 특징 private는 상속되지 않는다. abstract class는 new 키워드 사용으로 생성할 수 없다. 미완성 클래스이기 때문이다. 하지만, 생성자는 가질 수 있다. new로 직접 인스턴스 생성이 안되는 것이
nauni.tistory.com
wrote about topics covered in class. While studying abstract class and interface, there are still some questions about them. I am studying with effective java. I tried to summarize it but it would be completed tomorrow.
These days, I am being so lazy... 😂