본문 바로가기 메뉴 바로가기

DDOO.B.LAB

프로필사진
  • 글쓰기
  • 관리
  • 태그
  • 방명록
  • RSS

DDOO.B.LAB

검색하기 폼
  • C A T E G O R I E S (65)
    • 배움과 복습 (26)
    • JavaScript (2)
    • HTML&CSS (6)
    • Python (2)
    • 배움의 독백 (6)
    • 아이폰 카톡 테마 (0)
    • DBMS (17)
      • Oracle 11g (17)
    • aJax (0)
    • about Git-Hub (2)
    • myBatis (1)
    • Spring Framework (1)
  • 방명록

implements (2)
extends and implements in JAVA

extends1) 부모, 자식의 유형이 동일한 경우 class A {}interface I {} class B extends A{}interface C extends L{} implements1) 부모, 자식 간의 유형이 다른 경우 class D implements L {}interface E implements A{} -----------(X) //불가능--> 내용물이 꽉 차있는데 어떻게 버리고 걔를;;

배움과 복습 2017. 9. 4. 09:17
2017-09-01 금요일: 7.상속

1. has a 관계class B{A a = new A();a.method1();} A a = new A(); //가능B b = new B(); //가능A aa = new B(); //불가능B bb = new A(); //불가능 2. is a 관계class B extends A {method1();}A a = new A();B b = new B();A aa = new B(); //여기까지 가능!B bb = new A(); //불가능 =>자식타입의 부모? 만들어질 수 없습니다. 3. class / interface(완전추상) class A extends B //끝 : 단일추상 interface a extends interface1, interface2, ... //다중추상 가능 4. implementsCl..

배움과 복습 2017. 9. 1. 10:17
이전 1 다음
이전 다음
공지사항
최근에 올라온 글
최근에 달린 댓글
Total
Today
Yesterday
링크
  • 작은설탕의 달콤한 인생로그
TAG
  • 데이터 딕셔너리
  • SQL Operator
  • implements
  • hierarchical query
  • tables in htmll
  • 멤버 클래스
  • Interface
  • CLASS
  • NVL()
  • Generic Type
  • 로컬 클래스
  • 계층형 쿼리
  • casring
  • MONTH_BETWEEN
  • FileChannel
  • 테이블 데이터 복사
  • 복수행 함수
  • 상속
  • IN(var1 var2 var3)
  • 중첩 클래스
  • IS RECORD
  • !(not)
  • z-dindex
  • Maven Project
  • SELECT절 명령어
  • DECODE()
  • GROUP BY절
  • 타입변환과 다형성
  • NVL2()
  • DI(의존성 주입)
more
«   2025/06   »
일 월 화 수 목 금 토
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
글 보관함

Blog is powered by Tistory / Designed by Tistory

티스토리툴바