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