| 일 | 월 | 화 | 수 | 목 | 금 | 토 |
|---|---|---|---|---|---|---|
| 1 | 2 | 3 | 4 | |||
| 5 | 6 | 7 | 8 | 9 | 10 | 11 |
| 12 | 13 | 14 | 15 | 16 | 17 | 18 |
| 19 | 20 | 21 | 22 | 23 | 24 | 25 |
| 26 | 27 | 28 | 29 | 30 | 31 |
Tags
- 비트마스킹
- 최소 공통 조상
- trie
- localstorage
- 강한 연결 요소
- 자바스크립트
- 트라이
- 2-SAT
- Keys
- Strongly Connected Component
- 그리디
- LCA
- Express.js
- Binary Lifting
- 이분 탐색
- 비트필드를 이용한 dp
- Prisma
- MongoDB
- Spin Lock
- PROJECT
- map
- 그래프 탐색
- SCC
- MST
- DP
- 게임 서버 아키텍처
- JavaScript
- Github
- 분리 집합
- ccw 알고리즘
Archives
- Today
- Total
목록Programming Language (1)
dh_0e
Which of the following describes Inheritance in Java?The main purpose of inheritance is for reuse. (O) >> 재사용 목적Method in parent class cannot be overridden. (X)>> Method in parent class can be overridden. (O)Child class may inherit methods in parent class selectively. (X)>> Child class may not inherit methods in parent class selectively. (O)Child class can have two parent classes for inheritance..
Programming Language
2025. 4. 26. 09:32
