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