본문 바로가기

A sentimental robot

검색하기
A sentimental robot
프로필사진 GOD03219

  • 분류 전체보기 (225)
    • Android Studio (21)
    • Data Structure (13)
    • C (47)
    • Java (52)
    • Web (19)
    • MERN stack (9)
    • C++ (24)
    • DATABASE (4)
    • Git (5)
    • React JS (1)
    • CSS (5)
    • HTML (16)
    • Hyperledger fabric (7)
    • Golang (0)
Guestbook
Notice
Recent Posts
Recent Comments
Link
  • 물개
«   2026/01   »
일 월 화 수 목 금 토
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
  • mac terminal command
  • #2차원배열
  • #C++ has~a
  • html plug-in
  • git flow
  • 토큰경제
  • #JAVASCRIPT
  • border-box
  • #3차원배열
  • html charset
  • html id
  • html youtube
  • #자바상속#자바이즈어#is~a
  • hyperledger transaction
  • 하이퍼레저패브릭
  • #bubbleSort
  • #C++ 연산자함수오버로딩
  • #성적관리프로그램
  • docker example
  • #android activity
  • #binary
  • #다차원포인터
  • #CallByAddress
  • relative path
  • #1차원배열
  • html video
  • html code
  • html object
  • html5 new tag
  • html multimedia
more
Archives
Today
Total
관리 메뉴
  • 글쓰기
  • 방명록
  • RSS
  • 관리

목록#interface (1)

A sentimental robot

중첩 인터페이스

public class Day2 implements Inter1.Inter2{ public static void main(String[] args) { } @Override public void f2() { // TODO Auto-generated method stub } } public interface Inter1 { void f1(); interface Inter2 { void f2(); } interface Inter3{ void f3(); } } 인터페이스 안에 클래스를 상속받기 public class Day2 extends Inter1.Banana{ public static void main(String[] args) { Banana b=new Banana(); b.f1(); } } publi..

Java 2018. 1. 4. 13:43
이전 Prev 1 Next 다음

Blog is powered by kakao / Designed by Tistory

티스토리툴바