일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- PROJECT
- DP
- trie
- html5
- Keys
- 그리디
- localstorage
- Spin Lock
- 2-SAT
- Prisma
- 트라이
- 최소 공통 조상
- Strongly Connected Component
- Express.js
- 그래프 탐색
- 이분 탐색
- Github
- JavaScript
- 게임 서버 아키텍처
- 비트마스킹
- 강한 연결 요소
- MongoDB
- 자바스크립트
- map
- Binary Lifting
- LCA
- 누적합
- 분리 집합
- ccw 알고리즘
- SCC
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