일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- map
- vector insert
- 그리디
- 게임 서버 아키텍처
- ccw 알고리즘
- Express.js
- JavaScript
- 그래프 탐색
- 이분 탐색
- branch
- PROJECT
- html5
- 자바스크립트
- ERD
- Github
- HTTP
- insomnia
- string
- Prisma
- Keys
- Next
- pm2
- trie
- router
- 트라이
- MySQL
- localstorage
- 백준 1918번
- MongoDB
- DP
Archives
- Today
- Total
목록2025/04/26 (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